|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.ws.exception.WsException
com.ibm.websphere.management.exception.AdminException
com.ibm.websphere.management.exception.NestedAdminException
public class NestedAdminException
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 |
---|
public NestedAdminException(java.lang.Throwable error)
error
- - nested exception.public NestedAdminException(java.lang.Throwable error, java.lang.String msg)
error
- - nested exception.msg
- - additional message stored in the exception.Method Detail |
---|
public java.lang.Throwable getNestedException()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |