|
||||||||||
| 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.UcpNotConnectedException
public class UcpNotConnectedException
This message is thrown during an UCP procedure call if the call is only permitted for an active connection and no such connection has been established.
| Constructor Summary | |
|---|---|
UcpNotConnectedException()
Creates a new UcpNotConnectedException with the given message and cause. |
|
UcpNotConnectedException(String message)
Creates a new UcpNotConnectedException with the given message and cause. |
|
UcpNotConnectedException(String message,
Throwable cause)
Creates a new UcpNotConnectedException 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 UcpNotConnectedException()
public UcpNotConnectedException(String message)
message - the message of the exception
public UcpNotConnectedException(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 | |||||||||