org.apache.axiom.om
Class OMFactoryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.axiom.om.OMException
                  extended byorg.apache.axiom.om.OMFactoryException
All Implemented Interfaces:
java.io.Serializable

public class OMFactoryException
extends OMException

Class OMFactoryException

See Also:
Serialized Form

Constructor Summary
OMFactoryException()
          Constructor OMFactoryException
OMFactoryException(java.lang.String message)
          Constructor OMFactoryException
OMFactoryException(java.lang.String message, java.lang.Throwable cause)
          Constructor OMFactoryException
OMFactoryException(java.lang.Throwable cause)
          Constructor OMFactoryException
 
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

OMFactoryException

public OMFactoryException()
Constructor OMFactoryException


OMFactoryException

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

Parameters:
message -

OMFactoryException

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

Parameters:
message -
cause -

OMFactoryException

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

Parameters:
cause -