|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jvoicexml.callmanager.ConnectionInformationCreationException
public class ConnectionInformationCreationException
Error creating a new ConnectionInformation.
| Constructor Summary | |
|---|---|
ConnectionInformationCreationException()
Constructs a new event with the object type as its detail message. |
|
ConnectionInformationCreationException(String message)
Constructs a new object with the specified detail message. |
|
ConnectionInformationCreationException(String message,
Throwable cause)
Constructs a new object with the specified detail message and cause. |
|
ConnectionInformationCreationException(Throwable cause)
Constructs a new object with the specified cause and a detail message of (cause==null ? |
|
| 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 ConnectionInformationCreationException()
public ConnectionInformationCreationException(String message)
message - The detail message.public ConnectionInformationCreationException(Throwable cause)
(cause==null ? getEventType() : cause.toString()) (which
typically contains the class and detail message of cause).
cause - The cause.
public ConnectionInformationCreationException(String message,
Throwable cause)
message - The detail message.cause - The cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||