QuickServer
v1.4.7

org.quickserver.net
Class AppException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.quickserver.net.AppException
All Implemented Interfaces:
java.io.Serializable

public class AppException
extends java.lang.Exception

Generic Application Exception used by QuickServer and its support Classes.

Author:
Akshathkumar Shetty
See Also:
Serialized Form

Constructor Summary
AppException()
           
AppException(java.lang.String s)
           
AppException(java.lang.String s, java.lang.Exception ex)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AppException

public AppException()
Since:
1.4

AppException

public AppException(java.lang.String s)

AppException

public AppException(java.lang.String s,
                    java.lang.Exception ex)

QuickServer
v1.4.7

Copyright © 2003-2006 QuickServer.org