org.apache.ws.jaxme.pm.ino

Class InoException

public class InoException extends SAXException

A SAX exception indicating an error in a Tamino response document.

Author: Jochen Wiedmann

Constructor Summary
InoException(String pInoErrorCode, String pInoErrorMessage)
Creates a new instance of InoException with the given error code and message.
Method Summary
StringgetInoErrorCode()

Returns the Tamino error code.

StringgetInoErrorMessage()

Returns the Tamino error message.

Constructor Detail

InoException

public InoException(String pInoErrorCode, String pInoErrorMessage)
Creates a new instance of InoException with the given error code and message.

Method Detail

getInoErrorCode

public String getInoErrorCode()

Returns the Tamino error code.

getInoErrorMessage

public String getInoErrorMessage()

Returns the Tamino error message.