Class RoutingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DuplicateRouteException, UnsatisfiedRouteException

public class RoutingException extends BeanContextException

An exception that occurs when building routes.

Since:
1.0
Author:
Graeme Rocher
See Also:
  • Constructor Details

    • RoutingException

      public RoutingException(String message, Throwable cause)
      Parameters:
      message - The error message
      cause - The throwable
    • RoutingException

      public RoutingException(String message)
      Parameters:
      message - The error message