Class OpenFailException

    • Method Summary

      Modifier and Type Method Description
      java.lang.String getChannelType()  
      java.lang.String getMessage()  
      OpenFailException.Reason getReason()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

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

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

      • OpenFailException

        public OpenFailException​(java.lang.String channelType,
                                 int reasonCode,
                                 java.lang.String message)
      • OpenFailException

        public OpenFailException​(java.lang.String channelType,
                                 OpenFailException.Reason reason,
                                 java.lang.String message)