Class RoutingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RoutingException.AppRouteDefinitionLoadFailure, RoutingException.BadRoutingArgument

public class RoutingException extends RuntimeException
All exceptions related to the routing feature are subclasses of RoutingException.
See Also:
  • Constructor Details

    • RoutingException

      protected RoutingException(String message, Throwable cause)
      Build a new instance.
      Parameters:
      message - The detail message
      cause - The root cause
    • RoutingException

      protected RoutingException(String message)
      Build a new instance.
      Parameters:
      message - The detail message