public class NestedAdminException extends AdminException
| Constructor and Description |
|---|
NestedAdminException(java.lang.Throwable error)
Deprecated.
constructor
|
NestedAdminException(java.lang.Throwable error,
java.lang.String msg)
Deprecated.
constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getNestedException()
Deprecated.
|
getAdminException, printStackTrace, printStackTracepublic 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.