Class SolutionCancelException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.shoppingfacades.errors.exceptions.SolutionCancelException
All Implemented Interfaces:
Serializable

public class SolutionCancelException extends Exception
The exception thrown when the error occurs during solution cancel.
See Also:
  • Field Details

  • Constructor Details

    • SolutionCancelException

      public SolutionCancelException(String message)
      Instantiates a new SolutionCancelException.
      Parameters:
      message - the message
    • SolutionCancelException

      public SolutionCancelException(String message, String reason)
      Instantiates a new SolutionCancelException.
      Parameters:
      message - the message
      reason - the reason
    • SolutionCancelException

      public SolutionCancelException(String message, Throwable cause)
      Instantiates a new SolutionCancelException.
      Parameters:
      message - the message
      cause - the cause
  • Method Details

    • getReason

      public String getReason()
      Gets reason.
      Returns:
      the reason