Class RepresentationRetrievalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.lyo.trs.client.exceptions.RepresentationRetrievalException
- All Implemented Interfaces:
Serializable
Thrown when the required representation can not be retrieved from the server. Normally thrown by
a Base member handler or a change event handler
- Since:
- 2.3.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRepresentationRetrievalException
(String message) RepresentationRetrievalException
(String message, Throwable cause) RepresentationRetrievalException
(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
-
RepresentationRetrievalException
public RepresentationRetrievalException() -
RepresentationRetrievalException
-
RepresentationRetrievalException
-
RepresentationRetrievalException
-
RepresentationRetrievalException
-