Class ClientSendException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.projecthusky.xua.exceptions.ClientSendException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SoapException

public class ClientSendException extends Exception
Class implementing ClientSendException.
Klasse welche die ClientSendException implementiert.
See Also:
  • Constructor Details

    • ClientSendException

      public ClientSendException(String message)
    • ClientSendException

      public ClientSendException(String message, Throwable cause)
      Default constructor to instanciate the object.
      Default Konstruktor für die Instanziierung des Objekts.
      Parameters:
      message -
      the textual descriptin of the exception.
      Die textuelle Beschreibung des Fehlers.
      cause -
      The reason of the exception.
      Der Grund des Fehlers.
    • ClientSendException

      public ClientSendException(Throwable cause)
      Default constructor to instanciate the object.
      Default Konstruktor für die Instanziierung des Objekts.
      Parameters:
      cause -
      The reason of the exception.
      Der Grund des Fehlers.