Avaya Conferencing Provider API

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

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InsufficientPermissionsException, InvalidOperationException, OperationCancelledException, OperationNotEnabledException

public class OperationExecutionException
extends java.lang.RuntimeException

Thrown when there are problems executing an Operation.

Since:
5.1.0.0.29
See Also:
Serialized Form

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

OperationExecutionException

public OperationExecutionException()
Constructs a new OperationExecutionException.

Since:
5.1.0.0.29

OperationExecutionException

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

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

OperationExecutionException

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

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.0.0.29

OperationExecutionException

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

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.0.0.29

Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.