Class UnableToInitializeTokenException

All Implemented Interfaces:
Serializable

public class UnableToInitializeTokenException extends AxonTransientException
Exception indicating that the TokenStore was unable to initialize a Token for a tracking processor and Segment.
Since:
4.1
Author:
Allard Buijze
See Also:
  • Constructor Details

    • UnableToInitializeTokenException

      public UnableToInitializeTokenException(String message)
      Initialize the exception with given message
      Parameters:
      message - The message explaining the cause of the initialization problem
    • UnableToInitializeTokenException

      public UnableToInitializeTokenException(String message, Throwable cause)
      Initialize the exception with given message and underlying cause.
      Parameters:
      message - The message explaining the cause of the initialization problem
      cause - The exception that cause the initialization to fail