public class AbstractCharonException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected String |
detail |
protected String |
schemas |
protected int |
status |
| Constructor and Description |
|---|
AbstractCharonException() |
AbstractCharonException(int status,
String detail,
String scimType) |
AbstractCharonException(String message) |
AbstractCharonException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and
cause.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDetail() |
String |
getSchemas() |
int |
getStatus() |
void |
setDetail(String detail) |
void |
setSchemas(String schemas) |
void |
setStatus(int status) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected String schemas
protected String detail
protected int status
public AbstractCharonException()
public AbstractCharonException(String message, Throwable cause)
message - the detail message (which is saved for later retrieval
by the Throwable.getMessage() method).cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public AbstractCharonException(String message)
Copyright © 2018 WSO2. All rights reserved.