IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.management.exception
Class NestedAdminException

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
                  extended by com.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.

public class NestedAdminException
extends AdminException

See Also:
Serialized Form

Constructor Summary
NestedAdminException(java.lang.Throwable error)
          Deprecated. constructor
NestedAdminException(java.lang.Throwable error, java.lang.String msg)
          Deprecated. constructor
 
Method Summary
 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

public NestedAdminException(java.lang.Throwable error)
Deprecated. 
constructor

Parameters:
error - - nested exception.

NestedAdminException

public NestedAdminException(java.lang.Throwable error,
                            java.lang.String msg)
Deprecated. 
constructor

Parameters:
error - - nested exception.
msg - - additional message stored in the exception.
Method Detail

getNestedException

public java.lang.Throwable getNestedException()
Deprecated. 

IBM WebSphere Application ServerTM
Release 8