com.servingxml.util
Class ServingXmlFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.servingxml.util.ServingXmlException
                  extended by com.servingxml.util.ServingXmlFault
All Implemented Interfaces:
java.io.Serializable

public class ServingXmlFault
extends ServingXmlException

See Also:
Serialized Form

Constructor Summary
ServingXmlFault(Name code, Name subcode, java.lang.String reason)
           
ServingXmlFault(Name code, Name subcode, java.lang.String reason, ServingXmlFaultDetail detail)
           
ServingXmlFault(Name code, java.lang.String reason)
           
ServingXmlFault(Name code, java.lang.String reason, ServingXmlFaultDetail detail)
           
ServingXmlFault(java.lang.String reason)
           
 
Method Summary
 org.xml.sax.XMLReader createXmlReader()
           
 Name getFaultCode()
           
 java.lang.String getFaultString()
           
 
Methods inherited from class com.servingxml.util.ServingXmlException
contextualizeMessage, fromInvocationTargetException, getContext, getMessage, getSupplementaryMessage, supplementMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

ServingXmlFault

public ServingXmlFault(java.lang.String reason)

ServingXmlFault

public ServingXmlFault(Name code,
                       java.lang.String reason)

ServingXmlFault

public ServingXmlFault(Name code,
                       Name subcode,
                       java.lang.String reason)

ServingXmlFault

public ServingXmlFault(Name code,
                       java.lang.String reason,
                       ServingXmlFaultDetail detail)

ServingXmlFault

public ServingXmlFault(Name code,
                       Name subcode,
                       java.lang.String reason,
                       ServingXmlFaultDetail detail)
Method Detail

getFaultString

public java.lang.String getFaultString()

getFaultCode

public Name getFaultCode()

createXmlReader

public org.xml.sax.XMLReader createXmlReader()
Overrides:
createXmlReader in class ServingXmlException