|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.starface.integration.uci.java.v30.exceptions.UciException
de.starface.integration.uci.java.v30.ucp.exceptions.UcpCommunicationException
public class UcpCommunicationException
This message is thrown during an UCP procedure call if a communication error occurred.
| Constructor Summary | |
|---|---|
UcpCommunicationException()
Creates a new UcpCommunicationException with the given message and cause. |
|
UcpCommunicationException(String message)
Creates a new UcpCommunicationException with the given message and cause. |
|
UcpCommunicationException(String message,
Throwable cause)
Creates a new UcpCommunicationException with the given message and cause. |
|
| 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 UcpCommunicationException()
public UcpCommunicationException(String message)
message - the message of the exception
public UcpCommunicationException(String message,
Throwable cause)
message - the message of the exceptioncause - the cause of the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||