Avaya Conferencing Provider API

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

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

public class InvalidReferenceException
extends java.lang.Exception

Thrown when a reference is no longer valid.

Since:
5.1.0.0.29
See Also:
Serialized Form

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

InvalidReferenceException

public InvalidReferenceException()
Constructs a new InvalidReferenceException.

Since:
5.1.0.0.29

InvalidReferenceException

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

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

InvalidReferenceException

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

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

InvalidReferenceException

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

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.