Class CloseException

    • Constructor Summary

      Constructors 
      Constructor Description
      CloseException​(int closeCode, java.lang.String message)
      Deprecated.
       
      CloseException​(int closeCode, java.lang.String message, java.lang.Throwable cause)
      Deprecated.
       
      CloseException​(int closeCode, java.lang.Throwable cause)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      int getStatusCode()
      Deprecated.
       
      • Methods inherited from class java.lang.Throwable

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

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

      • CloseException

        public CloseException​(int closeCode,
                              java.lang.String message)
        Deprecated.
      • CloseException

        public CloseException​(int closeCode,
                              java.lang.String message,
                              java.lang.Throwable cause)
        Deprecated.
      • CloseException

        public CloseException​(int closeCode,
                              java.lang.Throwable cause)
        Deprecated.
    • Method Detail

      • getStatusCode

        public int getStatusCode()
        Deprecated.