com.prosysopc.ua.client
Class InvalidServerEndpointException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.prosysopc.ua.UaException
              extended by com.prosysopc.ua.ServiceException
                  extended by com.prosysopc.ua.client.ConnectException
                      extended by com.prosysopc.ua.client.InvalidServerEndpointException
All Implemented Interfaces:
Serializable

public class InvalidServerEndpointException
extends ConnectException

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.

See Also:
Serialized Form

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

InvalidServerEndpointException

public InvalidServerEndpointException(String message,
                                      String uri,
                                      org.opcfoundation.ua.transport.security.SecurityMode securityMode)

InvalidServerEndpointException

public InvalidServerEndpointException(String message,
                                      String uri,
                                      org.opcfoundation.ua.transport.security.SecurityMode securityMode,
                                      org.opcfoundation.ua.common.ServiceResultException cause)


Copyright © 2018. All rights reserved.