Class RoutingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.getelements.elements.rt.exception.BaseException
dev.getelements.elements.rt.exception.RoutingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InstanceNotFoundException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRoutingException
(String message) RoutingException
(String message, Throwable cause) RoutingException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) RoutingException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RoutingException
public RoutingException() -
RoutingException
-
RoutingException
-
RoutingException
-
RoutingException
-
-
Method Details
-
getResponseCode
- Specified by:
getResponseCode
in classBaseException
-