Package org.projecthusky.xua.exceptions
Class DeserializeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.projecthusky.xua.exceptions.DeserializeException
- All Implemented Interfaces:
Serializable
Class implementing the DeserializeException.
Klasse implemetiert die DeserializeException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor to instanciate the object. Default Konstruktor für die Instanziierung des Objekts.DeserializeException
(String message) Default constructor to instanciate the object. Default Konstruktor für die Instanziierung des Objekts.DeserializeException
(Throwable cause) Default constructor to instanciate the object. Default Konstruktor für die Instanziierung des Objekts. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeserializeException
public DeserializeException()Default constructor to instanciate the object.Default Konstruktor für die Instanziierung des Objekts. -
DeserializeException
Default constructor to instanciate the object.Default Konstruktor für die Instanziierung des Objekts.- Parameters:
message
-the error message to be setDie Fehlermeldung welche gesetzt werden soll
-
DeserializeException
Default constructor to instanciate the object.Default Konstruktor für die Instanziierung des Objekts.- Parameters:
cause
-the cause to be setder Grund der gesetzt werden soll
-