|
org.netbeans.modules.db/1 1.44.1 30 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.netbeans.api.db.explorer.DatabaseException
public final class DatabaseException
Generic database exception.
| Constructor Summary | |
|---|---|
DatabaseException(String message)
Constructs a new exception with a specified message. |
|
DatabaseException(String message,
Throwable cause)
Constructs a new exception with the specified cause. |
|
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 |
|---|
public DatabaseException(String message)
message - the text describing the exception.public DatabaseException(Throwable cause)
cause - the cause of the exception.
public DatabaseException(String message,
Throwable cause)
message - the text describing the exception.cause - the cause of the exception.
|
org.netbeans.modules.db/1 1.44.1 30 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||