Class NichtGefundenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.fhdw.hfw417.dokumentenpostfach.exception.PortalDocException
-
- de.fhdw.hfw417.dokumentenpostfach.exception.NichtGefundenException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BenutzergruppeNichtGefundenException
,BenutzerNichtGefundenException
,DokumentNichtGefundenException
,KeinMandantGefundenException
public abstract class NichtGefundenException extends PortalDocException
Abstrahiert den Http-Status NichtGefunden.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NichtGefundenException(String message)
Konstruktor fuer Fehlermeldung Abstrahiert den Http-Status NichtGefunden.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.HttpStatus
getHttpStatus()
Getter-Methode fuer den Http-Status.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NichtGefundenException
public NichtGefundenException(String message)
Konstruktor fuer Fehlermeldung Abstrahiert den Http-Status NichtGefunden.- Parameters:
message
- Nachricht
-
-
Method Detail
-
getHttpStatus
public org.springframework.http.HttpStatus getHttpStatus()
Description copied from class:PortalDocException
Getter-Methode fuer den Http-Status.- Specified by:
getHttpStatus
in classPortalDocException
- Returns:
- HttpStatus-Objekt.
-
-