com.prosysopc.ua
Class SecureIdentityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.prosysopc.ua.SecureIdentityException
All Implemented Interfaces:
Serializable

public class SecureIdentityException
extends Exception

Exception while handling SecureIdentity objects.

See Also:
Serialized Form

Constructor Summary
SecureIdentityException(String msg)
          Create a new SecureIdentityException.
SecureIdentityException(String msg, Throwable cause)
          Create a new SecureIdentityException.
SecureIdentityException(String msg, org.opcfoundation.ua.builtintypes.UnsignedInteger statusCode)
          Create a new SecureIdentityException with a specific StatusCode.
SecureIdentityException(String msg, org.opcfoundation.ua.builtintypes.UnsignedInteger statusCode, Throwable cause)
          Create a new SecureIdentityException.
 
Method Summary
 org.opcfoundation.ua.builtintypes.UnsignedInteger getStatusCode()
           
 
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

SecureIdentityException

public SecureIdentityException(String msg)
Create a new SecureIdentityException.

Parameters:
msg - Exception message.

SecureIdentityException

public SecureIdentityException(String msg,
                               Throwable cause)
Create a new SecureIdentityException.

Parameters:
msg - Exception message.
cause - The original exception, causing the problem.

SecureIdentityException

public SecureIdentityException(String msg,
                               org.opcfoundation.ua.builtintypes.UnsignedInteger statusCode)
Create a new SecureIdentityException with a specific StatusCode.

Parameters:
msg - Exception message.
statusCode - the status code to specify the error. Default is none.

SecureIdentityException

public SecureIdentityException(String msg,
                               org.opcfoundation.ua.builtintypes.UnsignedInteger statusCode,
                               Throwable cause)
Create a new SecureIdentityException.

Parameters:
msg - Exception message.
statusCode - the status code to specify the error. Default is none.
cause - The original exception, causing the problem.
Method Detail

getStatusCode

public org.opcfoundation.ua.builtintypes.UnsignedInteger getStatusCode()
Returns:
the status code attached to the error. Null, if not defined specifically.


Copyright © 2018. All rights reserved.