QuickServer
v1.4.1

org.quickserver.net
Class AppException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.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 clases.

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.1

Copyright © 2003-2004 QuickServer.org