Class SigningException

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

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

    • SigningException

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

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

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