org.axonframework.commandhandling
Class NoHandlerForCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.common.AxonNonTransientException
org.axonframework.commandhandling.NoHandlerForCommandException
- All Implemented Interfaces:
- Serializable
public class NoHandlerForCommandException
- extends AxonNonTransientException
Exception indicating that no suitable handler could be found for the given command.
- Since:
- 0.5
- 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 |
NoHandlerForCommandException
public NoHandlerForCommandException(String message)
- Initialize a NoHandlerForCommandException with the given
message
.
- Parameters:
message
- The message describing the cause of the exception
Copyright © 2010-2016. All Rights Reserved.