Class TravelRouteNotInCartException

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

public class TravelRouteNotInCartException extends RuntimeException
The exception thrown when travel route code not in cart.
See Also:
  • Constructor Details

    • TravelRouteNotInCartException

      public TravelRouteNotInCartException()
      Instantiates a new travel route not in cart exception.
    • TravelRouteNotInCartException

      public TravelRouteNotInCartException(String message)
      Instantiates a new travel route not in cart exception.
      Parameters:
      message - the message
    • TravelRouteNotInCartException

      public TravelRouteNotInCartException(String message, Throwable cause)
      Instantiates a new travel route not in cart exception.
      Parameters:
      message - the message
      cause - the cause
    • TravelRouteNotInCartException

      public TravelRouteNotInCartException(Throwable cause)
      Instantiates a new travel route not in cart exception.
      Parameters:
      cause - the cause
    • TravelRouteNotInCartException

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