Class 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:
    Serialized Form
    • Constructor Detail

      • 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)