org.apache.ws.jaxme.pm.ino
public class InoException extends SAXException
A SAX exception indicating an error in a Tamino response document.
| Constructor Summary | |
|---|---|
| InoException(String pInoErrorCode, String pInoErrorMessage)
Creates a new instance of InoException with
the given error code and message. | |
| Method Summary | |
|---|---|
| String | getInoErrorCode() Returns the Tamino error code. |
| String | getInoErrorMessage() Returns the Tamino error message. |
InoException with
the given error code and message.Returns the Tamino error code.
Returns the Tamino error message.