Class PlaceOrderException

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

public class PlaceOrderException extends Exception
The Place Order Exception to be thrown from the list of validation strategies.
See Also:
  • Constructor Details

    • PlaceOrderException

      public PlaceOrderException()
      Default constructor
    • PlaceOrderException

      public PlaceOrderException(String message, Throwable cause)
      Instantiates a new Place Order exception.
      Parameters:
      message - the message
      cause - the cause
    • PlaceOrderException

      public PlaceOrderException(String message)
      Instantiates a new Place Order exception.
      Parameters:
      message - the message
    • PlaceOrderException

      public PlaceOrderException(Throwable cause)
      Instantiates a new Place Order exception.
      Parameters:
      cause - the cause