Package org.projecthusky.xua.exceptions
Class SerializeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.projecthusky.xua.exceptions.SerializeException
- All Implemented Interfaces:
Serializable
Class implementing the SerializeException.
Klasse implemetiert die SerializeException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor to instanciate the object. Default Konstruktor für die Instanziierung des Objekts.SerializeException
(String message) Default constructor to instanciate the object. Default Konstruktor für die Instanziierung des Objekts.SerializeException
(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
-
SerializeException
public SerializeException()Default constructor to instanciate the object.Default Konstruktor für die Instanziierung des Objekts. -
SerializeException
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
-
SerializeException
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
-