Class TravelCartModificationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.servicelayer.exceptions.BusinessException
de.hybris.platform.travelservices.order.TravelCartModificationException
All Implemented Interfaces:
Serializable

public class TravelCartModificationException extends de.hybris.platform.servicelayer.exceptions.BusinessException
Exception thrown if the cart cannot be modified.
See Also:
  • Constructor Details

    • TravelCartModificationException

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

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

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

    • getReason

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