Class PaymentMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.travelfulfilmentprocess.exceptions.PaymentMethodException
- All Implemented Interfaces:
Serializable
The type Payment method exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPaymentMethodException(String message) Instantiates a new Payment method 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
-
PaymentMethodException
Instantiates a new Payment method exception.- Parameters:
message- the message
-