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