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

public class RepresentationRetrievalException extends RuntimeException
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 Details

    • RepresentationRetrievalException

      public RepresentationRetrievalException()
    • RepresentationRetrievalException

      public RepresentationRetrievalException(String message)
    • RepresentationRetrievalException

      public RepresentationRetrievalException(String message, Throwable cause)
    • RepresentationRetrievalException

      public RepresentationRetrievalException(Throwable cause)
    • RepresentationRetrievalException

      public RepresentationRetrievalException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)