org.apache.axiom.om
Class OMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.axiom.om.OMException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
OMBuilderException, OMStreamingException, SOAPProcessingException

public class OMException
extends java.lang.RuntimeException

Class OMException

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
OMException()
          Constructor OMException
OMException(java.lang.String message)
          Constructor OMException
OMException(java.lang.String message, java.lang.Throwable cause)
          Constructor OMException
OMException(java.lang.Throwable cause)
          Constructor OMException
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

OMException

public OMException()
Constructor OMException


OMException

public OMException(java.lang.String message)
Constructor OMException

Parameters:
message -

OMException

public OMException(java.lang.String message,
                   java.lang.Throwable cause)
Constructor OMException

Parameters:
message -
cause -

OMException

public OMException(java.lang.Throwable cause)
Constructor OMException

Parameters:
cause -