kernel
Class AppException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by kernel.AppException
All Implemented Interfaces:
java.io.Serializable

public class AppException
extends java.lang.Exception

Global exception in application

Since:
1.12.2008
See Also:
Serialized Form

Constructor Summary
AppException(java.lang.String message)
          Creates a new instance of AppException
AppException(java.lang.String message, java.lang.Exception exception)
          Creates a new instance of AppException
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AppException

public AppException(java.lang.String message)
Creates a new instance of AppException


AppException

public AppException(java.lang.String message,
                    java.lang.Exception exception)
Creates a new instance of AppException