Package com.sun.xml.rpc.util.exception
Class JAXRPCExceptionBase
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.xml.rpc.JAXRPCException
com.sun.xml.rpc.util.exception.JAXRPCExceptionBase
- All Implemented Interfaces:
Localizable,Serializable
- Direct Known Subclasses:
ClientTransportException,DeploymentException,DeserializationException,DynamicInvocationException,EncodingException,HandlerException,HolderException,JAXRPCServletException,MappingException,MissingTrailingBlockIDException,ParseException,ProcessorException,SenderException,SerializationException,SOAPMsgCreateException,SOAPMsgFactoryCreateException,SOAPProtocolViolationException,StreamingException,TypeMappingException,ValidationException,WSDLParseException,XMLReaderException,XMLWriterException
public abstract class JAXRPCExceptionBase
extends javax.xml.rpc.JAXRPCException
implements Localizable
JAXRPCExceptionBase
- Author:
- JAX-RPC Development Team
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionJAXRPCExceptionBase(String key, Localizable localizable) protectedJAXRPCExceptionBase(String key, Object[] args) JAXRPCExceptionBase(String key, String arg) -
Method Summary
Methods inherited from class javax.xml.rpc.JAXRPCException
getLinkedCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Field Details
-
localizablePart
-
nestablePart
-
-
Constructor Details
-
JAXRPCExceptionBase
public JAXRPCExceptionBase() -
JAXRPCExceptionBase
-
JAXRPCExceptionBase
-
JAXRPCExceptionBase
-
JAXRPCExceptionBase
-
-
Method Details
-
getKey
- Specified by:
getKeyin interfaceLocalizable
-
getArguments
- Specified by:
getArgumentsin interfaceLocalizable
-
getResourceBundleName
- Specified by:
getResourceBundleNamein interfaceLocalizable
-
toString
-
getMessage
- Overrides:
getMessagein classThrowable
-
getLinkedException
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-