Class RemovePassengerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.shoppingservices.errors.exceptions.RemovePassengerException
All Implemented Interfaces:
Serializable

public class RemovePassengerException extends RuntimeException
The exception thrown when an error occurs during removal of passengers.
See Also:
  • Field Details

  • Constructor Details

    • RemovePassengerException

      public RemovePassengerException(String message, String reason)
      Instantiates a new Remove passenger exception.
      Parameters:
      message - the message
      reason - the reason
    • RemovePassengerException

      public RemovePassengerException(String message, String reason, Throwable cause)
      Instantiates a new Remove passenger exception.
      Parameters:
      message - the message
      reason - the reason
      cause - the cause
  • Method Details

    • getReason

      public String getReason()
      Gets reason.
      Returns:
      the reason