org.ikasan.framework.component.routing
Class RouterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ikasan.framework.component.routing.RouterException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnroutableEventException

public class RouterException
extends RuntimeException

Exception representing a problem calculating a routing This should only ever be thrown from within a Router's onEvent method, signifying that router's failure to calculate route

Author:
Ikasan Development Team
See Also:
Serialized Form

Constructor Summary
RouterException(String message)
          Constructor
RouterException(Throwable cause)
          Constructor
 
Method Summary
 
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

RouterException

public RouterException(Throwable cause)
Constructor

Parameters:
cause - The original cause of the exception

RouterException

public RouterException(String message)
Constructor

Parameters:
message - The exception message


Copyright © 2007-2012 Ikasan. All Rights Reserved.