Package com.opencqrs.esdb.client
Class ClientException.InvalidUsageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.opencqrs.esdb.client.ClientException
com.opencqrs.esdb.client.ClientException.InvalidUsageException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ClientException
Exception class representing errors due to invalid
client API
usage. This is typically caused
by an invalid combination of Option
s or Precondition
s.- 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
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
-
InvalidUsageException
-