com.prosysopc.ua
Class SessionActivationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.prosysopc.ua.UaException
com.prosysopc.ua.ServiceException
com.prosysopc.ua.SessionActivationException
- All Implemented Interfaces:
- Serializable
public class SessionActivationException
- extends ServiceException
An exception from a failure to activate a OPC UA session. The possible causes can be an invalid
user identity token or unsupported token type.
- See Also:
- Serialized Form
SessionActivationException
public SessionActivationException(String message,
UserIdentity userIdentity,
org.opcfoundation.ua.common.ServiceFaultException e)
- Parameters:
message - error messageuserIdentity - the user identity used in the activatione - the error exception, which is used to set the StatusCode
SessionActivationException
public SessionActivationException(String message,
UserIdentity userIdentity,
org.opcfoundation.ua.common.ServiceResultException e)
- Parameters:
message - error messageuserIdentity - the user identity used in the activatione - the error exception, which is used to set the StatusCode
SessionActivationException
public SessionActivationException(String message,
UserIdentity userIdentity,
org.opcfoundation.ua.builtintypes.StatusCode statusCode)
- Parameters:
message - userIdentity - statusCode -
getUserIdentity
public UserIdentity getUserIdentity()
Copyright © 2018. All rights reserved.