Avaya Conferencing Provider API

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

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

public class InvalidOperationException
extends OperationExecutionException

Thrown when an operation is not supported by a ConferencingObject.

Since:
5.1.0.0.29
See Also:
Serialized Form

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

InvalidOperationException

public InvalidOperationException()
Constructs a new InvalidOperationException.

Since:
5.1.0.0.29

InvalidOperationException

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

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

InvalidOperationException

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

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

InvalidOperationException

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

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.