Package de.hybris.platform.b2b.punchout
Class PunchOutSessionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.b2b.punchout.PunchOutException
de.hybris.platform.b2b.punchout.PunchOutSessionNotFoundException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class de.hybris.platform.b2b.punchout.PunchOutException
PUNCHOUT_EXCEPTION_MESSAGE -
Constructor Summary
ConstructorsConstructorDescriptionPunchOutSessionNotFoundException(String message) Constructor.PunchOutSessionNotFoundException(String message, Throwable cause) Constructor. -
Method Summary
Methods inherited from class de.hybris.platform.b2b.punchout.PunchOutException
getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PunchOutSessionNotFoundException
Constructor.- Parameters:
message- the error message
-
PunchOutSessionNotFoundException
Constructor.- Parameters:
message- the error messagecause- the cause
-