org.apache.axis2.transport.http.server
Class AdminAppException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.axis2.transport.http.server.AdminAppException
All Implemented Interfaces:
Serializable

public class AdminAppException
extends Exception

See Also:
Serialized Form

Constructor Summary
AdminAppException()
           
AdminAppException(String message)
           
AdminAppException(String message, Throwable cause)
           
AdminAppException(Throwable cause)
           
 
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

AdminAppException

public AdminAppException()

AdminAppException

public AdminAppException(String message)

AdminAppException

public AdminAppException(Throwable cause)

AdminAppException

public AdminAppException(String message,
                         Throwable cause)