public class JAXRPCException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
JAXRPCException() |
JAXRPCException(java.lang.String message) |
JAXRPCException(java.lang.String message,
java.lang.Throwable cause) |
JAXRPCException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getLinkedCause() |
private static final long serialVersionUID