Package com.opencqrs.esdb.client
Class ClientException.InterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.opencqrs.esdb.client.ClientException
com.opencqrs.esdb.client.ClientException.InterruptedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ClientException
Exception class representing thread interruption.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.opencqrs.esdb.client.ClientException
ClientException.HttpException, ClientException.InterruptedException, ClientException.InvalidUsageException, ClientException.MarshallingException, ClientException.TransportException
-
Constructor Summary
ConstructorsConstructorDescriptionInterruptedException
(String message) InterruptedException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InterruptedException
-
InterruptedException
-