Package org.nuiton.jaxx.application
Class ApplicationBusinessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nuiton.jaxx.application.ApplicationBusinessException
-
- All Implemented Interfaces:
Serializable
public class ApplicationBusinessException extends RuntimeException
Application business exception, a such exeception should be shown to user in application. Created on 11/23/13.- Since:
- 2.8
- Author:
- Tony Chemit - chemit@codelutin.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApplicationBusinessException(String message)ApplicationBusinessException(String message, Throwable cause)ApplicationBusinessException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-