站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

DatabaseException (Database Explorer) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.db/0 1.20.0 4

org.netbeans.api.db.explorer
Class DatabaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.netbeans.api.db.explorer.DatabaseException
All Implemented Interfaces:
Serializable

public final class DatabaseException
extends Exception

Generic database exception.

See Also:
Serialized Form

Constructor Summary
DatabaseException(String message)
          Constructs a new exception with a specified message.
DatabaseException(Throwable cause)
          Constructs a new exception with the specified cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabaseException

public DatabaseException(String message)
Constructs a new exception with a specified message.

Parameters:
message - the text describing the exception.

DatabaseException

public DatabaseException(Throwable cause)
Constructs a new exception with the specified cause.

Parameters:
cause - the cause of the exception.

org.netbeans.modules.db/0 1.20.0 4

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.