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
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 |
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)
printStackTrace
public void printStackTrace(java.io.PrintWriter writer)