|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.avaya.conferencing.api.acp.control.exceptions.UnknownChildObjectException
public class UnknownChildObjectException
An exception that indicates that the child object refered to or searched for does not exist.
| 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 |
|---|
public UnknownChildObjectException()
public UnknownChildObjectException(java.lang.String message)
message - The detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.public UnknownChildObjectException(java.lang.Throwable cause)
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.)
public UnknownChildObjectException(java.lang.String message,
java.lang.Throwable cause)
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.)
|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||