com.ibm.websphere.management.exception
Class AdminException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.ws.exception.WsException
                    |
                    +--com.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)
Overrides:
printStackTrace in class com.ibm.ws.exception.WsException

printStackTrace

public void printStackTrace(java.io.PrintWriter writer)
Overrides:
printStackTrace in class com.ibm.ws.exception.WsException


 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.