Class UnableToRetrieveIdentifierException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.common.AxonTransientException
org.axonframework.messaging.eventhandling.processing.streaming.token.store.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