Package org.projecthusky.xua.exceptions
Class SoapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.projecthusky.xua.exceptions.ClientSendException
org.projecthusky.xua.exceptions.SoapException
- All Implemented Interfaces:
Serializable
Class implementing the SoapException.
Klasse implemetiert die SoapException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSoapException
(String aCode, String aMessage) Default constructor to instanciate the object. Default Konstruktor für die instanziierung des objects. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SoapException
Default constructor to instanciate the object.Default Konstruktor für die instanziierung des objects.- Parameters:
aCode
-The code of the exception.Der Code des Fehlers.aMessage
-The message of the exception.Die Nachricht des Fehlers.
-