Class SerializeException

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

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

    • SerializeException

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

      public SerializeException(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
    • SerializeException

      public SerializeException(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