Avaya Conferencing Provider API

com.avaya.conferencing.api.acp.control.exceptions
Class OperationCancelledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.avaya.conferencing.api.acp.control.exceptions.OperationExecutionException
                  extended by com.avaya.conferencing.api.acp.control.exceptions.OperationCancelledException
All Implemented Interfaces:
java.io.Serializable

public class OperationCancelledException
extends OperationExecutionException

Thrown when an operation was cancelled while in progress.

Since:
5.1.1.0.1
See Also:
Serialized Form

Constructor Summary
OperationCancelledException()
          Constructs a new OperationCancelledException.
OperationCancelledException(java.lang.String message)
          Constructs a new OperationCancelledException.
OperationCancelledException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new OperationCancelledException.
OperationCancelledException(java.lang.Throwable cause)
          Constructs a new OperationCancelledException.
 
Method Summary
 
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

OperationCancelledException

public OperationCancelledException()
Constructs a new OperationCancelledException.

Since:
5.1.1.0.1

OperationCancelledException

public OperationCancelledException(java.lang.String message)
Constructs a new OperationCancelledException.

Parameters:
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
Since:
5.1.1.0.1

OperationCancelledException

public OperationCancelledException(java.lang.Throwable cause)
Constructs a new OperationCancelledException.

Parameters:
cause - The cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
Since:
5.1.1.0.1

OperationCancelledException

public OperationCancelledException(java.lang.String message,
                                   java.lang.Throwable cause)
Constructs a new OperationCancelledException.

Parameters:
message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method).
cause - The cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
Since:
5.1.1.0.1

Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.