|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opends.server.admin.AdminRuntimeException
public abstract class AdminRuntimeException
Exceptions thrown when interacting with administration framework that applications are not expected to catch.
| Constructor Summary | |
|---|---|
protected |
AdminRuntimeException(Message message)
Create an admin runtime exception with a message. |
protected |
AdminRuntimeException(Message message,
java.lang.Throwable cause)
Create an admin runtime exception with a message and cause. |
| Method Summary | |
|---|---|
Message |
getMessageObject()
Returns the message that explains the problem that occurred. |
| 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 AdminRuntimeException(Message message,
java.lang.Throwable cause)
message - The message.cause - The cause.protected AdminRuntimeException(Message message)
message - The message.| Method Detail |
|---|
public Message getMessageObject()
null).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||