org.axonframework.commandhandling
Class StructuralCommandValidationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.axonframework.common.AxonException
                  extended by org.axonframework.common.AxonNonTransientException
                      extended by 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

Constructor Summary
StructuralCommandValidationFailedException(String message)
          Initializes an exception with the given message.
 
Method Summary
 
Methods inherited from class org.axonframework.common.AxonNonTransientException
isCauseOf
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.