org.axonframework.commandhandling
Class StructuralCommandValidationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.common.AxonNonTransientException
org.axonframework.commandhandling.StructuralCommandValidationFailedException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- JSR303ViolationException
public class StructuralCommandValidationFailedException
- extends AxonNonTransientException
Exception indicating that a Command has been refused due to a structural validation failure. Typically, resending
the same command will result in the exact same exception.
- Since:
- 1.1
- Author:
- Allard Buijze
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StructuralCommandValidationFailedException
public StructuralCommandValidationFailedException(String message)
- Initializes an exception with the given
message
.
- Parameters:
message
- A descriptive message of the failure
Copyright © 2010-2016. All Rights Reserved.