Class ApplicationBusinessException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nuiton.jaxx.application.ApplicationBusinessException
All Implemented Interfaces:
java.io.Serializable

public class ApplicationBusinessException
extends java.lang.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​(java.lang.String message)  
    ApplicationBusinessException​(java.lang.String message, java.lang.Throwable cause)  
    ApplicationBusinessException​(java.lang.Throwable cause)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ApplicationBusinessException

      public ApplicationBusinessException​(java.lang.String message)
    • ApplicationBusinessException

      public ApplicationBusinessException​(java.lang.String message, java.lang.Throwable cause)
    • ApplicationBusinessException

      public ApplicationBusinessException​(java.lang.Throwable cause)