Package org.projecthusky.xua.exceptions
Class ClientSendException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.projecthusky.xua.exceptions.ClientSendException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SoapException
Class implementing ClientSendException.
Klasse welche die ClientSendException implementiert.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClientSendException
(String message) ClientSendException
(String message, Throwable cause) Default constructor to instanciate the object. Default Konstruktor für die Instanziierung des Objekts.ClientSendException
(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
-
ClientSendException
-
ClientSendException
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
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.
-