com.ibm.websphere.management.exception
Class NestedAdminException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.ws.exception.WsException
com.ibm.websphere.management.exception.AdminException
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:
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 |
|---|---|
|
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.