Java javax.xml.ws ProtocolException fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.ws ProtocolException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.ws ProtocolException.

The text is from its open source code.

Constructor

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 ?