Example usage for Java javax.xml.ws ProtocolException fields, constructors, methods, implement or subclass
The text is from its open source code.
ProtocolException(String message, Throwable cause) Constructs a new runtime exception with the specified detail message and cause. | |
ProtocolException(String message) Constructs a new protocol exception with the specified detail message. | |
ProtocolException(Throwable cause) Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? |