|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opends.server.types.OpenDsException
org.opends.server.admin.AdminException
public abstract class AdminException
Exceptions thrown when interacting with administration framework.
| Constructor Summary | |
|---|---|
protected |
AdminException(Message message)
Create an admin exception with a message. |
protected |
AdminException(Message message,
java.lang.Throwable cause)
Create an admin exception with a message and cause. |
| Method Summary |
|---|
| Methods inherited from class org.opends.server.types.OpenDsException |
|---|
getMessageObject |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected AdminException(Message message,
java.lang.Throwable cause)
message - The message.cause - The cause.protected AdminException(Message message)
message - The message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||