|
|||||||||
| 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
org.opends.server.admin.OperationsException
public abstract class OperationsException
Exceptions thrown as a result of errors that occurred when reading, listing, and modifying managed objects.
| Constructor Summary | |
|---|---|
protected |
OperationsException(Message message)
Create an operations exception with a message. |
protected |
OperationsException(Message message,
java.lang.Throwable cause)
Create an operations 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 OperationsException(Message message,
java.lang.Throwable cause)
message - The message.cause - The cause.protected OperationsException(Message message)
message - The message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||