|
||||||||||
| 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.SecureIdentityException
public class SecureIdentityException
Exception while handling SecureIdentity objects.
| 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 |
|---|
public SecureIdentityException(String msg)
msg - Exception message.
public SecureIdentityException(String msg,
Throwable cause)
msg - Exception message.cause - The original exception, causing the problem.
public SecureIdentityException(String msg,
org.opcfoundation.ua.builtintypes.UnsignedInteger statusCode)
msg - Exception message.statusCode - the status code to specify the error. Default is none.
public SecureIdentityException(String msg,
org.opcfoundation.ua.builtintypes.UnsignedInteger statusCode,
Throwable cause)
msg - Exception message.statusCode - the status code to specify the error. Default is none.cause - The original exception, causing the problem.| Method Detail |
|---|
public org.opcfoundation.ua.builtintypes.UnsignedInteger getStatusCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||