public class SessionActivationException extends ServiceException
| Constructor and Description |
|---|
SessionActivationException(String message,
UserIdentity userIdentity,
ServiceFaultException ex)
Creates a SessionActivationException.
|
SessionActivationException(String message,
UserIdentity userIdentity,
ServiceResultException ex)
Creates a SessionActivationException.
|
SessionActivationException(String message,
UserIdentity userIdentity,
StatusCode statusCode)
Creates a SessionActivationException.
|
SessionActivationException(String message,
UserIdentity userIdentity,
UnsignedInteger statusCode)
Creates a SessionActivationException.
|
| Modifier and Type | Method and Description |
|---|---|
UserIdentity |
getUserIdentity() |
getDiagnosticInfo, getServiceResult, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic SessionActivationException(String message, UserIdentity userIdentity, ServiceFaultException ex)
message - error messageuserIdentity - the user identity used in the activationex - the error exception, which is used to set the StatusCodepublic SessionActivationException(String message, UserIdentity userIdentity, ServiceResultException ex)
message - error messageuserIdentity - the user identity used in the activationex - the error exception, which is used to set the StatusCodepublic SessionActivationException(String message, UserIdentity userIdentity, StatusCode statusCode)
message - error messageuserIdentity - the user identity used in the activationstatusCode - OPC UA error code for the situation.public SessionActivationException(String message, UserIdentity userIdentity, UnsignedInteger statusCode)
message - error messageuserIdentity - the user identity used in the activationstatusCode - OPC UA error code for the situation.public UserIdentity getUserIdentity()
Copyright © 2026. All rights reserved.