public class ServerSideException extends Exception
When an exception occurs on the server, JAX-WS RI sends the stack trace of that exception to the client. On the client side, instances of this class are used to represent such stack trace.
Constructor and Description |
---|
ServerSideException(String className,
String message) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Copyright © 2015 Oracle Corporation. All rights reserved.