org.ikasan.framework.component.routing
Class RouterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.