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