Class InvalidPaymentOptionException

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

public class InvalidPaymentOptionException extends Exception
The Invalid Payment Option Exception to be thrown when the payment option provided is not a valid one.
See Also:
  • Constructor Details

    • InvalidPaymentOptionException

      public InvalidPaymentOptionException()
      Default constructor
    • InvalidPaymentOptionException

      public InvalidPaymentOptionException(String message, Throwable cause)
      Instantiates a new Invalid Payment Option exception.
      Parameters:
      message - the message
      cause - the cause
    • InvalidPaymentOptionException

      public InvalidPaymentOptionException(String message)
      Instantiates a new Invalid Payment Option exception.
      Parameters:
      message - the message
    • InvalidPaymentOptionException

      public InvalidPaymentOptionException(Throwable cause)
      Instantiates a new Invalid Payment Option exception.
      Parameters:
      cause - the cause