Package de.hybris.platform.b2b.punchout
Class PunchOutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.b2b.punchout.PunchOutException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
PunchOutCipherException,PunchOutSessionExpired,PunchOutSessionNotFoundException
public class PunchOutException extends java.lang.RuntimeExceptionBusiness exception representing PunchOut issues- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPUNCHOUT_EXCEPTION_MESSAGE
-
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.StringgetErrorCode()
-
-
-
Field Detail
-
PUNCHOUT_EXCEPTION_MESSAGE
public static final java.lang.String PUNCHOUT_EXCEPTION_MESSAGE
- See Also:
- Constant Field Values
-
-