Class SolutionCancelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.shoppingfacades.errors.exceptions.SolutionCancelException
- All Implemented Interfaces:
Serializable
The exception thrown when the error occurs during solution cancel.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSolutionCancelException(String message) Instantiates a new SolutionCancelException.SolutionCancelException(String message, String reason) Instantiates a new SolutionCancelException.SolutionCancelException(String message, Throwable cause) Instantiates a new SolutionCancelException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
INVALID_SOLUTION_ID
- See Also:
-
-
Constructor Details
-
SolutionCancelException
Instantiates a new SolutionCancelException.- Parameters:
message- the message
-
SolutionCancelException
Instantiates a new SolutionCancelException.- Parameters:
message- the messagereason- the reason
-
SolutionCancelException
Instantiates a new SolutionCancelException.- Parameters:
message- the messagecause- the cause
-
-
Method Details
-
getReason
Gets reason.- Returns:
- the reason
-