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.
Since:
1.0.0
See Also:
  • Constructor Details

    • RoutingException

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

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