Package com.sun.xml.rpc.streaming
Class StreamingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.xml.rpc.JAXRPCException
-
- com.sun.xml.rpc.util.exception.JAXRPCExceptionBase
-
- com.sun.xml.rpc.streaming.StreamingException
-
- All Implemented Interfaces:
Localizable,Serializable
public class StreamingException extends JAXRPCExceptionBase
- Author:
- JAX-RPC Development Team
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.sun.xml.rpc.util.exception.JAXRPCExceptionBase
localizablePart, nestablePart
-
-
Constructor Summary
Constructors Constructor Description StreamingException(ParseException e)StreamingException(IOException e)StreamingException(String key)StreamingException(String key, Localizable localizable)StreamingException(String key, Object[] args)StreamingException(String key, String arg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetResourceBundleName()-
Methods inherited from class com.sun.xml.rpc.util.exception.JAXRPCExceptionBase
getArguments, getKey, getLinkedException, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
-
-
-
Constructor Detail
-
StreamingException
public StreamingException(IOException e)
-
StreamingException
public StreamingException(ParseException e)
-
StreamingException
public StreamingException(String key)
-
StreamingException
public StreamingException(String key, Localizable localizable)
-
-
Method Detail
-
getResourceBundleName
public String getResourceBundleName()
- Specified by:
getResourceBundleNamein interfaceLocalizable- Specified by:
getResourceBundleNamein classJAXRPCExceptionBase
-
-