Class PlaceOrderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.travelfacades.errors.exceptions.PlaceOrderException
- All Implemented Interfaces:
Serializable
The Place Order Exception to be thrown from the list of validation strategies.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorPlaceOrderException(String message) Instantiates a new Place Order exception.PlaceOrderException(String message, Throwable cause) Instantiates a new Place Order exception.PlaceOrderException(Throwable cause) Instantiates a new Place Order exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PlaceOrderException
public PlaceOrderException()Default constructor -
PlaceOrderException
Instantiates a new Place Order exception.- Parameters:
message- the messagecause- the cause
-
PlaceOrderException
Instantiates a new Place Order exception.- Parameters:
message- the message
-
PlaceOrderException
Instantiates a new Place Order exception.- Parameters:
cause- the cause
-