Class DisconnectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.derby.client.am.SqlException
org.apache.derby.client.am.DisconnectException
- All Implemented Interfaces:
Serializable, Diagnosable
- See Also:
-
Field Summary
Fields inherited from class SqlException
CLIENT_MESSAGE_RESOURCE_NAME, nextException_, wrappedException_ -
Constructor Summary
ConstructorsModifierConstructorDescriptionDisconnectException(Agent agent, ClientMessageId msgid, Object... args) privateDisconnectException(Agent agent, ClientMessageId msgid, Object[] args, SqlCode sqlcode, Throwable t) DisconnectException(Agent agent, ClientMessageId msgid, Throwable t, Object... args) DisconnectException(Agent agent, SqlException e) -
Method Summary
Methods inherited from class SqlException
copyAsUnchainedSQLException, getErrorCode, getMessage, getMessageUtil, getNextException, getSqlca, getSQLException, getSQLState, javaException, setBatchPositionLabel, setNextException, setNextException, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
DisconnectException
private DisconnectException(Agent agent, ClientMessageId msgid, Object[] args, SqlCode sqlcode, Throwable t) -
DisconnectException
-
DisconnectException
-
DisconnectException
-