public class SecureIdentityException extends Exception
| Constructor and Description |
|---|
SecureIdentityException(String msg)
Create a new SecureIdentityException.
|
SecureIdentityException(String msg,
Throwable cause)
Create a new SecureIdentityException.
|
SecureIdentityException(String msg,
UnsignedInteger statusCode)
Create a new SecureIdentityException with a specific StatusCode.
|
SecureIdentityException(String msg,
UnsignedInteger statusCode,
Throwable cause)
Create a new SecureIdentityException.
|
| Modifier and Type | Method and Description |
|---|---|
UnsignedInteger |
getStatusCode()
Returns the status code attached to the error or null, if not defined specifically.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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, UnsignedInteger statusCode)
msg - Exception message.statusCode - the status code to specify the error. Default is none.public SecureIdentityException(String msg, 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.public UnsignedInteger getStatusCode()
Copyright © 2026. All rights reserved.