Class OneOrderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.oneorderservices.exceptions.OneOrderException
- All Implemented Interfaces:
Serializable
The one order estension of for handling
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorOneOrderException(String message) Instantiates a new OneOrder exception.OneOrderException(String message, Throwable cause) Instantiates a new OneOrder exception.OneOrderException(Throwable cause) Instantiates a new OneOrder 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
-
OneOrderException
public OneOrderException()Default constructor -
OneOrderException
Instantiates a new OneOrder exception.- Parameters:
message- the messagecause- the cause
-
OneOrderException
Instantiates a new OneOrder exception.- Parameters:
message- the message
-
OneOrderException
Instantiates a new OneOrder exception.- Parameters:
cause- the cause
-