Class ESTException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ESTException
    extends java.io.IOException
    Exception emitted by EST classes.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ESTException​(java.lang.String msg)  
      ESTException​(java.lang.String msg, java.lang.Throwable cause)  
      ESTException​(java.lang.String message, java.lang.Throwable cause, int statusCode, java.io.InputStream body)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.InputStream getBody()  
      java.lang.Throwable getCause()  
      java.lang.String getMessage()  
      int getStatusCode()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ESTException

        public ESTException​(java.lang.String msg)
      • ESTException

        public ESTException​(java.lang.String msg,
                            java.lang.Throwable cause)
      • ESTException

        public ESTException​(java.lang.String message,
                            java.lang.Throwable cause,
                            int statusCode,
                            java.io.InputStream body)
    • Method Detail

      • getCause

        public java.lang.Throwable getCause()
        Overrides:
        getCause in class java.lang.Throwable
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • getBody

        public java.io.InputStream getBody()
      • getStatusCode

        public int getStatusCode()