public class DBException
extends java.lang.Exception
Constructor and Description |
---|
DBException() |
DBException(int httpStatus,
ErrorResponse error) |
DBException(java.lang.String message) |
DBException(java.lang.Throwable e) |
DBException(java.lang.Throwable e,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
ErrorResponse |
getErrorResponse() |
int |
getHttpStatus() |
java.lang.String |
toString() |
public DBException()
public DBException(java.lang.Throwable e)
public DBException(java.lang.Throwable e, java.lang.String message)
public DBException(java.lang.String message)
public DBException(int httpStatus, ErrorResponse error)
public ErrorResponse getErrorResponse()
public int getHttpStatus()
public java.lang.String toString()
toString
in class java.lang.Throwable