Class StreamAPIException

    • Constructor Summary

      Constructors 
      Constructor Description
      StreamAPIException​(java.lang.String message, int errorCode, int statusCode, java.lang.String errorName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getErrorCode()  
      java.lang.String getErrorName()  
      int getStatusCode()  
      • 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

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

      • StreamAPIException

        public StreamAPIException​(java.lang.String message,
                                  int errorCode,
                                  int statusCode,
                                  java.lang.String errorName)
    • Method Detail

      • getErrorCode

        public int getErrorCode()
      • getStatusCode

        public int getStatusCode()
      • getErrorName

        public java.lang.String getErrorName()