Class KonfliktException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.fhdw.hfw417.dokumentenpostfach.exception.PortalDocException
-
- de.fhdw.hfw417.dokumentenpostfach.exception.KonfliktException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BenutzerExistiertBereitsException
,BenutzergruppeExistiertBereitsException
,KeineGemeinsamenMandantenException
,MandantExistiertBereitsException
,MandantIstNichtAktivException
,RootAccountKannKeineDokumenteErhaltenException
,RootAccountKannNichtGeloeschtWerdenException
,RootBenutzerKannNichtGemergedWerdenException
public class KonfliktException extends PortalDocException
Abstrahiert den Http-Status Konflikt.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KonfliktException(String message)
Konstruktor fuer Fehlermeldung.
-
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
-
KonfliktException
public KonfliktException(String message)
Konstruktor fuer Fehlermeldung. Abstrahiert den Http-Status Konflikte.- 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.
-
-