Class UnauthorizedMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.common.AxonNonTransientException
org.axonframework.extension.spring.authorization.UnauthorizedMessageException
- All Implemented Interfaces:
Serializable
Exception indicating that a message has been rejected due to a lack of authorization.
- Since:
- 4.11.0
- Author:
- Roald Bankras
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnauthorizedMessageException(String message) Construct the exception with the given {$code message}. -
Method Summary
Methods inherited from class org.axonframework.common.AxonNonTransientException
isCauseOfMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnauthorizedMessageException
Construct the exception with the given {$code message}.- Parameters:
message- The message describing the cause.
-