Class RoutingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InstanceNotFoundException

public class RoutingException extends BaseException
See Also:
  • Constructor Details

    • RoutingException

      public RoutingException()
    • RoutingException

      public RoutingException(String message)
    • RoutingException

      public RoutingException(String message, Throwable cause)
    • RoutingException

      public RoutingException(Throwable cause)
    • RoutingException

      public RoutingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details