org.apache.axiom.om
Class OMException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.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

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
 
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
 

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 -


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.