Class InvalidPaymentOptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.travelfacades.errors.exceptions.InvalidPaymentOptionException
- All Implemented Interfaces:
Serializable
The Invalid Payment Option Exception to be thrown when the payment option provided is not a valid one.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorInvalidPaymentOptionException(String message) Instantiates a new Invalid Payment Option exception.InvalidPaymentOptionException(String message, Throwable cause) Instantiates a new Invalid Payment Option exception.Instantiates a new Invalid Payment Option 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
-
InvalidPaymentOptionException
public InvalidPaymentOptionException()Default constructor -
InvalidPaymentOptionException
Instantiates a new Invalid Payment Option exception.- Parameters:
message- the messagecause- the cause
-
InvalidPaymentOptionException
Instantiates a new Invalid Payment Option exception.- Parameters:
message- the message
-
InvalidPaymentOptionException
Instantiates a new Invalid Payment Option exception.- Parameters:
cause- the cause
-