IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.management.exception
Class AdminException

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

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

This is the base class for many system management related exceptions. It may also be thrown when there is no suitable subclass exception.

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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, 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 java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter writer)
Overrides:
printStackTrace in class java.lang.Throwable

IBM WebSphere Application ServerTM
Release 7