com.ibm.websphere.management.exception

Class NestedAdminException

  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
  6. extended bycom.ibm.websphere.management.exception.NestedAdminException
All implemented interfaces:
com.ibm.ws.exception.WsNestedException, java.io.Serializable

Deprecated. This exception is deprecated. It was previously used to keep store nested exceptions.
  1. public class NestedAdminException
  2. extends AdminException
See Also:
Serialized Form

Constructor Summary

Constructor and Description
NestedAdminException(java.lang.Throwable error)
Deprecated. constructor
NestedAdminException(java.lang.Throwable error,java.lang.String msg)
Deprecated. constructor

Method Summary

Modifier and Type Method and Description
  1. java.lang.Throwable
getNestedException()
Deprecated.
Methods inherited from class com.ibm.websphere.management.exception.AdminException
getAdminException, printStackTrace, printStackTrace
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

NestedAdminException

  1. public NestedAdminException(java.lang.Throwable error)
Deprecated.
constructor
Parameters:
error - - nested exception.

NestedAdminException

  1. public NestedAdminException(java.lang.Throwable error,
  2. java.lang.String msg)
Deprecated.
constructor
Parameters:
error - - nested exception.
msg - - additional message stored in the exception.

Method Detail

getNestedException

  1. public java.lang.Throwable getNestedException( )
Deprecated.