Class DeserializeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.projecthusky.xua.exceptions.DeserializeException
All Implemented Interfaces:
Serializable

public class DeserializeException extends Exception
Class implementing the DeserializeException.
Klasse implemetiert die DeserializeException.
See Also:
  • Constructor Details

    • DeserializeException

      public DeserializeException()
      Default constructor to instanciate the object.
      Default Konstruktor für die Instanziierung des Objekts.
    • DeserializeException

      public DeserializeException(String message)
      Default constructor to instanciate the object.
      Default Konstruktor für die Instanziierung des Objekts.
      Parameters:
      message -
      the error message to be set
      Die Fehlermeldung welche gesetzt werden soll
    • DeserializeException

      public DeserializeException(Throwable cause)
      Default constructor to instanciate the object.
      Default Konstruktor für die Instanziierung des Objekts.
      Parameters:
      cause -
      the cause to be set
      der Grund der gesetzt werden soll