org.apache.ws.jaxme.pm.ino
Class InoException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.xml.sax.SAXException
              extended byorg.apache.ws.jaxme.pm.ino.InoException
All Implemented Interfaces:
java.io.Serializable

public class InoException
extends org.xml.sax.SAXException

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

Author:
Jochen Wiedmann
See Also:
Serialized Form

Constructor Summary
InoException(java.lang.String pInoErrorCode, java.lang.String pInoErrorMessage)
          Creates a new instance of InoException with the given error code and message.
 
Method Summary
 java.lang.String getInoErrorCode()
          Returns the Tamino error code.
 java.lang.String getInoErrorMessage()
          Returns the Tamino error message.
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InoException

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

Method Detail

getInoErrorCode

public java.lang.String getInoErrorCode()

Returns the Tamino error code.


getInoErrorMessage

public java.lang.String getInoErrorMessage()

Returns the Tamino error message.