Class PlainTextException

  • All Implemented Interfaces:
    de.aristaflow.adept2.model.communication.webservice.StackSuppressingException, Serializable

    public class PlainTextException
    extends IlmException
    This exception is used for exceptional responses containing content of text type.
    See Also:
    Serialized Form
    • Field Detail

      • excpMessage

        public final String excpMessage
        The exception message stemming from the body of an exception response.
    • Constructor Detail

      • PlainTextException

        public PlainTextException​(String message,
                                  String excpMessage)
        Creates a new exception for an exceptional response containing plain text.
        Parameters:
        message - An exception message describing the exceptional response.
        excpMessage - The plain text retrieved from the exceptional response.