Class PortalDocException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.fhdw.hfw417.dokumentenpostfach.exception.PortalDocException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BenutzergruppeWirdReferenziertException
,KonfliktException
,NichtGefundenException
,UnauthorisiertException
public abstract class PortalDocException extends Exception
Abstrahiert alle in diesem System geworfenen Exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PortalDocException()
Standardkonstruktor für die PortaldocException.PortalDocException(String message)
Konstruktor fuer Fehlermeldung Abstrahiert alle in diesem System geworfenen Exceptions.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract 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
-
PortalDocException
public PortalDocException(String message)
Konstruktor fuer Fehlermeldung Abstrahiert alle in diesem System geworfenen Exceptions.- Parameters:
message
- Nachricht
-
PortalDocException
public PortalDocException()
Standardkonstruktor für die PortaldocException.
-
-