Avaya Conferencing Provider API

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

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.OperationNotEnabledException
All Implemented Interfaces:
java.io.Serializable

public class OperationNotEnabledException
extends OperationExecutionException

Thrown when an operation is not currently enabled for a ConferencingObject.

Since:
5.2.0.0.8
See Also:
Serialized Form

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

OperationNotEnabledException

public OperationNotEnabledException()
Constructs a new OperationNotEnabledException.

Since:
5.2.0.0.8

OperationNotEnabledException

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

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

OperationNotEnabledException

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

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

OperationNotEnabledException

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

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

Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.