org.apache.axiom.om
Class OMFactoryException

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
                  extended by org.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
 
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
 

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 -