org.axonframework.commandhandling
Class NoHandlerForCommandException

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.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

Constructor Summary
NoHandlerForCommandException(String message)
          Initialize a NoHandlerForCommandException 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

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.