com.ibm.websphere.management.exception
Class AdminException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.ws.exception.WsException
              extended bycom.ibm.websphere.management.exception.AdminException
All Implemented Interfaces:
java.io.Serializable, com.ibm.ws.exception.WsNestedException
Direct Known Subclasses:
ConfigServiceException, NestedAdminException, NoServerDefinedException, RepositoryException

public class AdminException
extends com.ibm.ws.exception.WsException

See Also:
Serialized Form

Constructor Summary
AdminException()
           
AdminException(java.lang.String msg)
           
AdminException(java.lang.Throwable th)
           
AdminException(java.lang.Throwable th, java.lang.String msg)
           
 
Method Summary
static AdminException getAdminException(java.lang.Exception e)
           
 void printStackTrace(java.io.PrintStream stream)
           
 void printStackTrace(java.io.PrintWriter writer)
           
 
Methods inherited from class com.ibm.ws.exception.WsException
getCause, initCause, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AdminException

public AdminException()

AdminException

public AdminException(java.lang.String msg)

AdminException

public AdminException(java.lang.Throwable th,
                      java.lang.String msg)

AdminException

public AdminException(java.lang.Throwable th)
Method Detail

getAdminException

public static AdminException getAdminException(java.lang.Exception e)

printStackTrace

public void printStackTrace(java.io.PrintStream stream)

printStackTrace

public void printStackTrace(java.io.PrintWriter writer)