Class ConnectionClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.tangosol.coherence.transaction.exception.ConnectionClosedException
- All Implemented Interfaces:
Serializable
Indicates that an attempt was made to use a closed Connection.
- Author:
- js 2009.08.27
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectionClosedException
Create a new ConnectionClosedException.- Parameters:
s
- the error message
-