|
|||||||||
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.types.IdentifiedException
org.opends.server.types.CanceledOperationException
@PublicAPI(stability=UNCOMMITTED, mayInstantiate=true, mayExtend=false, mayInvoke=true) public final class CanceledOperationException
This class defines an exception that may be thrown if the operation being processed is cancelled for some reason (e.g., an abandon or cancel request from the client).
Constructor Summary | |
---|---|
CanceledOperationException(CancelRequest cancelRequest)
Creates a new cancelled operation exception with the provided result and no additional message. |
|
CanceledOperationException(CancelRequest cancelRequest,
Message message)
Creates a new cancelled operation exception with the provided information. |
Method Summary | |
---|---|
CancelRequest |
getCancelRequest()
Retrieves the cancel request for this cancelled operation exception. |
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 |
---|
public CanceledOperationException(CancelRequest cancelRequest)
cancelRequest
- The result of the cancel processing.public CanceledOperationException(CancelRequest cancelRequest, Message message)
cancelRequest
- The request of the cancel processing.message
- The message providing additional
information about the cancel processing, or
null
if there is no message.Method Detail |
---|
public CancelRequest getCancelRequest()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |