Save This Page
Home » axiom-1.2.8-src » org.apache.axiom.om » [javadoc | source]
org.apache.axiom.om
public class: OMException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            org.apache.axiom.om.OMException

All Implemented Interfaces:
    Serializable

Direct Known Subclasses:
    SOAPProcessingException, OMStreamingException, OMBuilderException, OMDOMException, OMHierarchyException

Class OMException
Constructor:
 public OMException() 
 public OMException(String message) 
    Constructor OMException
    Parameters:
    message -
 public OMException(Throwable cause) 
    Constructor OMException
    Parameters:
    cause -
 public OMException(String message,
    Throwable cause) 
    Constructor OMException
    Parameters:
    message -
    cause -
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait