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:
java.io.Serializable
public class PunchOutSessionNotFoundException extends PunchOutException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.b2b.punchout.PunchOutException
PUNCHOUT_EXCEPTION_MESSAGE
-
-
Constructor Summary
Constructors Constructor Description PunchOutSessionNotFoundException(java.lang.String message)Constructor.PunchOutSessionNotFoundException(java.lang.String message, java.lang.Throwable cause)Constructor.
-
Method Summary
-
Methods inherited from class de.hybris.platform.b2b.punchout.PunchOutException
getErrorCode
-
-
-
-
Constructor Detail
-
PunchOutSessionNotFoundException
public PunchOutSessionNotFoundException(java.lang.String message)
Constructor.- Parameters:
message- the error message
-
PunchOutSessionNotFoundException
public PunchOutSessionNotFoundException(java.lang.String message, java.lang.Throwable cause)Constructor.- Parameters:
message- the error messagecause- the cause
-
-