| java.lang.Object java.lang.Throwable java.lang.Exception com.rift.coad.lib.webservice.WebServiceException
WebServiceException | public class WebServiceException extends java.lang.Exception (Code) | | The web service exception thrown when there is an error working with the web
services.
author: Brett Chaldecott |
Method Summary | |
public String | getEncoding() This method returns the encoding of the message. |
WebServiceException | public WebServiceException(String msg)(Code) | | Creates a new instance of WebServiceException without detail message.
Parameters: msg - the detail message. |
WebServiceException | public WebServiceException(String msg, String encoding)(Code) | | Creates a new instance of WebServiceException without detail message.
Parameters: msg - the detail message. Parameters: encoding - The encoding of the string |
WebServiceException | public WebServiceException(String msg, Throwable ex)(Code) | | Constructs an instance of WebServiceException with the specified detail message.
Parameters: msg - the detail message. Parameters: ex - The exception stack trace. |
WebServiceException | public WebServiceException(String msg, String encoding, Throwable ex)(Code) | | Constructs an instance of WebServiceException with the specified detail message.
Parameters: msg - the detail message. Parameters: encoding - The encoding of the string Parameters: ex - The exception stack trace. |
getEncoding | public String getEncoding()(Code) | | This method returns the encoding of the message.
Encoding of the string message. |
|
|