public class SecurityException extends OaasRuntimeException
| Constructor and Description |
|---|
SecurityException(int code,
String message) |
SecurityException(String code) |
SecurityException(String message,
Object... parameters)
Create an exception.
|
SecurityException(String message,
Throwable cause,
Object... parameters)
Create an exception.
|
SecurityException(Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
int |
getRestStatusCode()
Gets the REST status code.
|
getLocalizedMessage, getLocalizedMessage, getMessage, getMessageCode, getParameters, getRootCauseaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SecurityException(String message, Throwable cause, Object... parameters)
message - The exception message.cause - The cause of the exception.parameters - The optional parameters for the message.public SecurityException(String message, Object... parameters)
message - The exception message.parameters - The optional parameters for the message.public SecurityException(int code,
String message)
public SecurityException(String code)
public SecurityException(Throwable e)
public int getRestStatusCode()
OaasRuntimeExceptiongetRestStatusCode in class OaasRuntimeExceptionCopyright © 2015–2017 IBM Corporation. Licensed under the Apache License, Version 2.0.