Class SmppException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int errorCode  
      protected java.lang.String errorMessage  
    • Constructor Summary

      Constructors 
      Constructor Description
      SmppException​(int errorCode, java.lang.String errorMessage)  
    • Method Summary

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

      • errorCode

        protected final int errorCode
      • errorMessage

        protected final java.lang.String errorMessage
    • Constructor Detail

      • SmppException

        public SmppException​(int errorCode,
                             java.lang.String errorMessage)
    • Method Detail

      • getErrorCode

        public int getErrorCode()
      • getErrorMessage

        public java.lang.String getErrorMessage()