org.apache.axiom.om.impl.exception
Class OMStreamingException

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.impl.exception.OMStreamingException
All Implemented Interfaces:
java.io.Serializable

public class OMStreamingException
extends OMException

Class OMStreamingException

See Also:
Serialized Form

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

OMStreamingException

public OMStreamingException()
Constructor OMStreamingException


OMStreamingException

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

Parameters:
message -

OMStreamingException

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

Parameters:
message -
cause -

OMStreamingException

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

Parameters:
cause -