Class PunchOutException

    • Constructor Summary

      Constructors 
      Constructor Description
      PunchOutException​(java.lang.String errorCode, java.lang.String message)  
      PunchOutException​(java.lang.String errorCode, java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

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

      • PUNCHOUT_EXCEPTION_MESSAGE

        public static final java.lang.String PUNCHOUT_EXCEPTION_MESSAGE
        See Also:
        Constant Field Values
    • Constructor Detail

      • PunchOutException

        public PunchOutException​(java.lang.String errorCode,
                                 java.lang.String message)
      • PunchOutException

        public PunchOutException​(java.lang.String errorCode,
                                 java.lang.String message,
                                 java.lang.Throwable cause)
    • Method Detail

      • getErrorCode

        public java.lang.String getErrorCode()