com.sun.xml.ws.handler
Class HandlerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.xml.ws.WebServiceException
                  extended by com.sun.xml.ws.util.exception.JAXWSExceptionBase
                      extended by 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

Field Summary
 
Fields inherited from interface com.sun.xml.ws.util.localization.Localizable
NOT_LOCALIZABLE
 
Constructor Summary
HandlerException(Localizable arg)
           
HandlerException(String key, Object... args)
           
HandlerException(Throwable throwable)
           
 
Method Summary
 String getDefaultResourceBundleName()
          Gets the default resource bundle name for this kind of exception.
 
Methods inherited from class com.sun.xml.ws.util.exception.JAXWSExceptionBase
getArguments, getKey, getMessage, getResourceBundleName
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HandlerException

public HandlerException(String key,
                        Object... args)

HandlerException

public HandlerException(Throwable throwable)

HandlerException

public HandlerException(Localizable arg)
Method Detail

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