Class RemoveAncillaryException

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

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

    • RemoveAncillaryException

      public RemoveAncillaryException()
      Instantiates a new remove ancillary exception.
    • RemoveAncillaryException

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

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

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

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