Class ApplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.softslate.commerce.businessobjects.core.ApplicationException
- All Implemented Interfaces:
Serializable
Exception class for exceptions thrown by the application.
- Author:
- David Tobey
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionApplicationException
(String message) ApplicationException
(String message, Throwable cause) ApplicationException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ApplicationException
public ApplicationException() -
ApplicationException
-
ApplicationException
-
ApplicationException
-