Class TransportOfferingNotInCartException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.travelfacades.order.exceptions.TransportOfferingNotInCartException
All Implemented Interfaces:
Serializable

public class TransportOfferingNotInCartException extends RuntimeException
The exception thrown when transport offering is not in cart.
See Also:
  • Constructor Details

    • TransportOfferingNotInCartException

      public TransportOfferingNotInCartException()
      Instantiates a new Transport offering not in cart exception.
    • TransportOfferingNotInCartException

      public TransportOfferingNotInCartException(String message)
      Instantiates a new Transport offering not in cart exception.
      Parameters:
      message - the message
    • TransportOfferingNotInCartException

      public TransportOfferingNotInCartException(String message, Throwable cause)
      Instantiates a new Transport offering not in cart exception.
      Parameters:
      message - the message
      cause - the cause
    • TransportOfferingNotInCartException

      public TransportOfferingNotInCartException(Throwable cause)
      Instantiates a new Transport offering not in cart exception.
      Parameters:
      cause - the cause
    • TransportOfferingNotInCartException

      public TransportOfferingNotInCartException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Instantiates a new Transport offering not in cart exception.
      Parameters:
      message - the message
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace