Class ExceptionDBError

    • Constructor Summary

      Constructors 
      Constructor Description
      ExceptionDBError​(int lastExtErrorCode, java.lang.String lastExtErrorMsg)  
    • Method Summary

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

      • ExceptionDBError

        public ExceptionDBError​(int lastExtErrorCode,
                                java.lang.String lastExtErrorMsg)
    • Method Detail

      • getLastExtErrorCode

        public int getLastExtErrorCode()
      • getLastExtErrorMsg

        public java.lang.String getLastExtErrorMsg()