wt.pom
Class ConnectionLostException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.pom.PersistenceException
wt.pom.DatastoreException
wt.pom.ConnectionLostException
- All Implemented Interfaces:
- LocalizableMessage, Message, Serializable
- public class ConnectionLostException
- extends DatastoreException
ConnectionLostException captures errors with a datastore interaction.
It indicates that the connection to the database has been interrupted, so
transactions with the database are not possible.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class wt.util.WTException |
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, toString |
ConnectionLostException
protected ConnectionLostException()
ConnectionLostException
public ConnectionLostException(Exception ex)