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
The exception thrown when an update operation is not possible on a ancillary entry
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new update ancillary exception.UpdateAncillaryException(String message) Instantiates a new update ancillary exception.UpdateAncillaryException(String message, Throwable cause) Instantiates a new update ancillary exception.UpdateAncillaryException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Instantiates a new update ancillary exception.Instantiates a new update ancillary exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UpdateAncillaryException
public UpdateAncillaryException()Instantiates a new update ancillary exception. -
UpdateAncillaryException
Instantiates a new update ancillary exception.- Parameters:
message- the message
-
UpdateAncillaryException
Instantiates a new update ancillary exception.- Parameters:
message- the messagecause- the cause
-
UpdateAncillaryException
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 messagecause- the causeenableSuppression- the enable suppressionwritableStackTrace- the writable stack trace
-