Class EventStoreClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.axonserver.connector.event.util.EventStoreClientException
- All Implemented Interfaces:
Serializable
Deprecated.
in through use of the AxonServer java
connector
Exception originating from an Event Store client implementation.
- Since:
- 4.0
- Author:
- Marc Gathier
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEventStoreClientException(String code, String message) Deprecated.EventStoreClientException(String code, String message, Throwable cause) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EventStoreClientException
Deprecated.- Parameters:
code- the exception code to include in the exceptionmessage- the exception message to include in the exception
-
EventStoreClientException
Deprecated.- Parameters:
code- the exception code to include in the exceptionmessage- the exception message to include in the exceptioncause- the original cause to based this exception on
-
-
Method Details
-
getCode
Deprecated.Returns the errorcodeof this exception.- Returns:
- the error
codeof this exception
-