Class UnableToRetrieveIdentifierException

All Implemented Interfaces:
Serializable

public class UnableToRetrieveIdentifierException extends AxonTransientException
Exception indicating that a TokenStore implementation was unable determine its identifier based on the underlying storage.
Since:
4.3
Author:
Allard Buijze
See Also:
  • Constructor Details

    • UnableToRetrieveIdentifierException

      public UnableToRetrieveIdentifierException(String message, Throwable cause)
      Initialize the exception using given message and cause.
      Parameters:
      message - A message describing the exception
      cause - The underlying cause of the exception