Class RootAccountKannKeineDokumenteErhaltenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.fhdw.hfw417.dokumentenpostfach.exception.PortalDocException
-
- de.fhdw.hfw417.dokumentenpostfach.exception.KonfliktException
-
- de.fhdw.hfw417.dokumentenpostfach.exception.dokument.RootAccountKannKeineDokumenteErhaltenException
-
- All Implemented Interfaces:
Serializable
public class RootAccountKannKeineDokumenteErhaltenException extends KonfliktException
Wird geworfen, wenn ein Benutzer versucht dem RootBenutzer Dokumente hinzuzufuegen.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RootAccountKannKeineDokumenteErhaltenException(String message)
Konstruktor fuer Fehlermeldung Wird geworfen, wenn ein Benutzer versucht dem RootBenutzer Dokumente hinzuzufuegen.
-
Method Summary
-
Methods inherited from class de.fhdw.hfw417.dokumentenpostfach.exception.KonfliktException
getHttpStatus
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RootAccountKannKeineDokumenteErhaltenException
public RootAccountKannKeineDokumenteErhaltenException(String message)
Konstruktor fuer Fehlermeldung Wird geworfen, wenn ein Benutzer versucht dem RootBenutzer Dokumente hinzuzufuegen.- Parameters:
message
- Nachricht
-
-