Class SoapException

All Implemented Interfaces:
Serializable

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

    • SoapException

      public SoapException(String aCode, String aMessage)
      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.