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