public class SimpleWebServiceException extends Exception(Code)
This is the base class of all Simple Web Service related
exceptions. This class is subclassed into more fine grained
subclasses.
See Also:SimpleWebServiceProcessException
Parameters: faultCode - the SimpleWebServiceException faultCode. Parameters: message - the SimpleWebServiceException message. Parameters: targetThrowable - the target throwable for the SimpleWebServiceException.
SimpleWebServiceException
public SimpleWebServiceException(String faultCode, String message)(Code)
Public Constructor.
Parameters: faultCode - the SimpleWebServiceException faultCode. Parameters: message - the SimpleWebServiceException message.