Class UpdateBaggageException

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

public class UpdateBaggageException extends RuntimeException
The exception thrown when an update operation is not possible on a baggage entry
See Also:
  • Constructor Details

    • UpdateBaggageException

      public UpdateBaggageException()
      Instantiates a new update baggage exception.
    • UpdateBaggageException

      public UpdateBaggageException(String message)
      Instantiates a new update baggage exception.
      Parameters:
      message - the message
    • UpdateBaggageException

      public UpdateBaggageException(String message, Throwable cause)
      Instantiates a new update baggage exception.
      Parameters:
      message - the message
      cause - the cause
    • UpdateBaggageException

      public UpdateBaggageException(Throwable cause)
      Instantiates a new update baggage exception.
      Parameters:
      cause - the cause
    • UpdateBaggageException

      public UpdateBaggageException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Instantiates a new update baggage exception.
      Parameters:
      message - the message
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace