public class CswException extends Exception
Constructor and Description |
---|
CswException(String message) |
CswException(String message,
int httpStatus) |
CswException(String message,
int httpStatus,
String exceptionCode,
String locator) |
CswException(String message,
String exceptionCode,
String locator) |
CswException(String message,
Throwable throwable) |
CswException(String message,
Throwable throwable,
String exceptionCode,
String locator) |
CswException(Throwable throwable) |
CswException(Throwable throwable,
int httpStatus) |
CswException(Throwable throwable,
int httpStatus,
String exceptionCode,
String locator) |
CswException(Throwable throwable,
String exceptionCode,
String locator) |
Modifier and Type | Method and Description |
---|---|
String |
getExceptionCode() |
int |
getHttpStatus() |
String |
getLocator() |
void |
setExceptionCode(String exceptionCode) |
void |
setHttpStatus(int httpStatus) |
void |
setLocator(String locator) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CswException(String message)
public CswException(Throwable throwable)
public CswException(String message, int httpStatus)
public CswException(Throwable throwable, int httpStatus)
public CswException(String message, int httpStatus, String exceptionCode, String locator)
public CswException(Throwable throwable, int httpStatus, String exceptionCode, String locator)
public int getHttpStatus()
public void setHttpStatus(int httpStatus)
public String getExceptionCode()
public void setExceptionCode(String exceptionCode)
public String getLocator()
public void setLocator(String locator)
This work is licensed under a Creative Commons Attribution 4.0 International License.