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
public class ConnectionClosedException extends IllegalStateException
Indicates that an attempt was made to use a closed Connection.- Author:
- js 2009.08.27
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionClosedException(String s)
Create a new ConnectionClosedException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConnectionClosedException
public ConnectionClosedException(String s)
Create a new ConnectionClosedException.- Parameters:
s
- the error message
-
-