com.sun.xml.ws.handler
Class HandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.xml.ws.WebServiceException
com.sun.xml.ws.util.exception.JAXWSExceptionBase
com.sun.xml.ws.handler.HandlerException
- All Implemented Interfaces:
- Localizable, Serializable
public class HandlerException
- extends JAXWSExceptionBase
Exception thrown by handler-related code. Extends
JAXWSExceptionBase
using the appropriate resource bundle.
- See Also:
JAXWSExceptionBase
,
Serialized Form
HandlerException
public HandlerException(String key,
Object... args)
HandlerException
public HandlerException(Throwable throwable)
HandlerException
public HandlerException(Localizable arg)
getDefaultResourceBundleName
public String getDefaultResourceBundleName()
- Description copied from class:
JAXWSExceptionBase
- Gets the default resource bundle name for this kind of exception.
Used for
JAXWSExceptionBase.JAXWSExceptionBase(String, Object[])
.
- Specified by:
getDefaultResourceBundleName
in class JAXWSExceptionBase