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:
- 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
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 |
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)
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