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:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.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 Details
-
OMStreamingException
public OMStreamingException()Deprecated.Constructor OMStreamingException -
OMStreamingException
Deprecated.Constructor OMStreamingException- Parameters:
message
-
-
OMStreamingException
Deprecated.Constructor OMStreamingException- Parameters:
message
-cause
-
-
OMStreamingException
Deprecated.Constructor OMStreamingException- Parameters:
cause
-
-