Class MandantIstNichtAktivException
- 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.benutzer.MandantIstNichtAktivException
-
- All Implemented Interfaces:
Serializable
public class MandantIstNichtAktivException extends KonfliktException
Wird geworfen, wenn der Mandant nicht aktiv ist.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MandantIstNichtAktivException(String message)
Konstruktor fuer Fehlermeldung.
-
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
-
MandantIstNichtAktivException
public MandantIstNichtAktivException(String message)
Konstruktor fuer Fehlermeldung. Wird geworfen, wenn der Mandant nicht aktiv ist.- Parameters:
message
- Nachricht
-
-