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:
Serializable
- Direct Known Subclasses:
PunchOutSessionExpired,PunchOutSessionNotFoundException
Business exception representing PunchOut issues
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPunchOutException(String errorCode, String message) PunchOutException(String errorCode, String message, Throwable cause) PunchOutException(org.springframework.http.HttpStatus httpStatus, String message) PunchOutException(org.springframework.http.HttpStatus httpStatus, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
PUNCHOUT_EXCEPTION_MESSAGE
- See Also:
-
-
Constructor Details
-
PunchOutException
-
PunchOutException
-
PunchOutException
-
PunchOutException
-
-
Method Details
-
getErrorCode
-