|
||||||||||
| 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.prosysopc.ua.UaException
com.prosysopc.ua.ServiceException
com.prosysopc.ua.client.ConnectException
com.prosysopc.ua.client.InvalidServerEndpointException
public class InvalidServerEndpointException
Invalid server endpoint exception. The exception is thrown when you try to connect to a server endpoint that is not declared by the server, or that is invalid for some other reason.
| Field Summary |
|---|
| Fields inherited from class com.prosysopc.ua.client.ConnectException |
|---|
uri |
| Constructor Summary | |
|---|---|
InvalidServerEndpointException(String message,
String uri,
org.opcfoundation.ua.transport.security.SecurityMode securityMode)
|
|
InvalidServerEndpointException(String message,
String uri,
org.opcfoundation.ua.transport.security.SecurityMode securityMode,
org.opcfoundation.ua.common.ServiceResultException cause)
|
|
| Method Summary |
|---|
| Methods inherited from class com.prosysopc.ua.client.ConnectException |
|---|
formatMessage, getUri |
| Methods inherited from class com.prosysopc.ua.ServiceException |
|---|
getDiagnosticInfo, getServiceResult, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InvalidServerEndpointException(String message,
String uri,
org.opcfoundation.ua.transport.security.SecurityMode securityMode)
public InvalidServerEndpointException(String message,
String uri,
org.opcfoundation.ua.transport.security.SecurityMode securityMode,
org.opcfoundation.ua.common.ServiceResultException cause)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||