Class ResetNotSupportedException

All Implemented Interfaces:
Serializable

public class ResetNotSupportedException extends AxonNonTransientException
Exception indicating that a reset is not supported by a component.
Since:
3.2
Author:
Allard Buijze
See Also:
  • Constructor Details

    • ResetNotSupportedException

      public ResetNotSupportedException(String message)
      Initialize the exception with given message
      Parameters:
      message - a message describing the cause of the exception
    • ResetNotSupportedException

      public ResetNotSupportedException(String message, Throwable cause)
      Initialize the exception with given message and cause.
      Parameters:
      message - a message describing the cause of the exception
      cause - the cause of this exception