public class WebServiceException extends RuntimeException
WebServiceException
class is the base
exception class for all JAX-WS API runtime exceptions.Constructor and Description |
---|
WebServiceException()
Constructs a new exception with
null as its
detail message. |
WebServiceException(String message)
Constructs a new exception with the specified detail
message.
|
WebServiceException( |