public class BackendControllerException extends Exception
| Modifier and Type | Field and Description |
|---|---|
private int |
code |
private String |
message |
| Constructor and Description |
|---|
BackendControllerException(int code,
String detailedmessage)
BackendControllerException
|
BackendControllerException(int code,
String detailedmessage,
String message)
BackendControllerException
|
BackendControllerException(int code,
String detailedmessage,
String message,
Throwable exception)
BackendControllerException
|
BackendControllerException(int code,
String detailedmessage,
Throwable exception)
BackendControllerException
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate int code
private String message
public BackendControllerException(int code,
String detailedmessage,
Throwable exception)
code - Fehler-Codedetailedmessage - Fehler-Beschreibungexception - Exceptionpublic BackendControllerException(int code,
String detailedmessage,
String message,
Throwable exception)
code - Fehler-Codedetailedmessage - Fehler-Beschreibungmessage - Fehler-Beschreibungexception - Exceptionpublic BackendControllerException(int code,
String detailedmessage)
code - Fehler-Codedetailedmessage - Fehler-Beschreibungpublic String getMessage()
getMessage in class ThrowableCopyright © 2019. All rights reserved.