com.ibm.websphere.management.exception

Class AdminException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.ws.exception.WsException
  5. extended bycom.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

  1. public class AdminException
  2. 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

Constructor and Description
AdminException()
AdminException(java.lang.String msg)
AdminException(java.lang.Throwable th)
AdminException(java.lang.Throwable th,java.lang.String msg)

Method Summary

Modifier and Type Method and Description
  1. static
  2. AdminException
getAdminException(java.lang.Exception e)
  1. void
printStackTrace(java.io.PrintStream stream)
  1. 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

  1. public AdminException()

AdminException

  1. public AdminException(java.lang.String msg)

AdminException

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

AdminException

  1. public AdminException(java.lang.Throwable th)

Method Detail

getAdminException

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

printStackTrace

  1. public void printStackTrace(java.io.PrintStream stream)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

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