Avaya Conferencing Provider API

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

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

public class UnknownChildObjectException
extends java.lang.Exception

An exception that indicates that the child object refered to or searched for does not exist.

Since:
5.1.0.0.29
See Also:
Serialized Form

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

UnknownChildObjectException

public UnknownChildObjectException()
Constructs a new UnknownChildObjectException.

Since:
5.1.0.0.29

UnknownChildObjectException

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

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

UnknownChildObjectException

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

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

UnknownChildObjectException

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

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.