Class OMStreamingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.axiom.om.OMException
-
- org.apache.axiom.om.impl.exception.OMStreamingException
-
- All Implemented Interfaces:
Serializable
public class OMStreamingException extends org.apache.axiom.om.OMException
Deprecated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OMStreamingException()
Deprecated.Constructor OMStreamingExceptionOMStreamingException(String message)
Deprecated.Constructor OMStreamingExceptionOMStreamingException(String message, Throwable cause)
Deprecated.Constructor OMStreamingExceptionOMStreamingException(Throwable cause)
Deprecated.Constructor OMStreamingException
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OMStreamingException
public OMStreamingException()
Deprecated.Constructor OMStreamingException
-
OMStreamingException
public OMStreamingException(String message)
Deprecated.Constructor OMStreamingException- Parameters:
message
-
-
OMStreamingException
public OMStreamingException(String message, Throwable cause)
Deprecated.Constructor OMStreamingException- Parameters:
message
-cause
-
-
OMStreamingException
public OMStreamingException(Throwable cause)
Deprecated.Constructor OMStreamingException- Parameters:
cause
-
-
-