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 public class EventStoreClientException extends RuntimeException
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 Details

    • EventStoreClientException

      public EventStoreClientException(String code, String message)
      Deprecated.
      Constructs a EventStoreClientException using the given code and message.
      Parameters:
      code - the exception code to include in the exception
      message - the exception message to include in the exception
    • EventStoreClientException

      public EventStoreClientException(String code, String message, Throwable cause)
      Deprecated.
      Constructs a EventStoreClientException using the given code, message and cause.
      Parameters:
      code - the exception code to include in the exception
      message - the exception message to include in the exception
      cause - the original cause to based this exception on
  • Method Details

    • getCode

      public String getCode()
      Deprecated.
      Returns the error code of this exception.
      Returns:
      the error code of this exception