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