当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
DatabaseException (Database Explorer) - NetBeans API Javadoc (Current Development Version)
org.netbeans.api.db.explorer
Class DatabaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.netbeans.api.db.explorer.DatabaseException
- All Implemented Interfaces:
- Serializable
public final class DatabaseException
- extends Exception
Generic database exception.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.