Class UpdateAncillaryException

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

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

    • UpdateAncillaryException

      public UpdateAncillaryException()
      Instantiates a new update ancillary exception.
    • UpdateAncillaryException

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

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

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

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