java.io.Serializable
public class WebSiteException
extends java.lang.Exception
Constructor | Description |
---|---|
WebSiteException(java.lang.String message,
WebSiteExceptionTypes type) |
Konstruktor mit Informationstext und Fehlertyp.
|
WebSiteException(java.lang.String message,
WebSiteExceptionTypes type,
java.lang.Throwable cause) |
Konstruktor mit Informationstext und Fehlertyp.
|
WebSiteException(java.lang.String message,
java.lang.Throwable cause) |
Konstruktor mit Informationstext und Fehlertyp.
|
Modifier and Type | Method | Description |
---|---|---|
WebSiteExceptionTypes |
getType() |
Liefert den Fehlertyp der Exception
|
public WebSiteException(java.lang.String message, WebSiteExceptionTypes type)
message
- der Informationstexttype
- der Fehlertyppublic WebSiteException(java.lang.String message, java.lang.Throwable cause)
message
- der Informationstextcause
- der Grundpublic WebSiteException(java.lang.String message, WebSiteExceptionTypes type, java.lang.Throwable cause)
message
- der Informationstexttype
- der Fehlertypcause
- der Grundpublic WebSiteExceptionTypes getType()