Class ProductPartOfBundleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.travelfacades.order.exceptions.ProductPartOfBundleException
- All Implemented Interfaces:
Serializable
The exception thrown when product added into cart is part of travel product bundle.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new product part of bundle exception.ProductPartOfBundleException(String message) Instantiates a new product part of bundle exception.ProductPartOfBundleException(String message, Throwable cause) Instantiates a new product part of bundle exception.ProductPartOfBundleException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Instantiates a new product part of bundle exception.Instantiates a new product part of bundle 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
-
ProductPartOfBundleException
public ProductPartOfBundleException()Instantiates a new product part of bundle exception. -
ProductPartOfBundleException
Instantiates a new product part of bundle exception.- Parameters:
message- the message
-
ProductPartOfBundleException
Instantiates a new product part of bundle exception.- Parameters:
message- the messagecause- the cause
-
ProductPartOfBundleException
Instantiates a new product part of bundle exception.- Parameters:
cause- the cause
-
ProductPartOfBundleException
public ProductPartOfBundleException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Instantiates a new product part of bundle exception.- Parameters:
message- the messagecause- the causeenableSuppression- the enable suppressionwritableStackTrace- the writable stack trace
-