Class DokumentValidierungException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.ws.rs.WebApplicationException
-
- de.fhdw.hfw417.dokumentenpostfach.exception.dokument.DokumentValidierungException
-
- All Implemented Interfaces:
Serializable
public class DokumentValidierungException extends javax.ws.rs.WebApplicationException
Ausnahme zur Darstellung, dass das Dokument nicht valide wurde.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DokumentValidierungException(String message)
Aussnahme zur Darstellung, dass das Dokument nicht valide wurde.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DokumentValidierungException
public DokumentValidierungException(String message)
Aussnahme zur Darstellung, dass das Dokument nicht valide wurde.- Parameters:
message
- Nachricht.
-
-