| |
|
| java.lang.Object com.sun.xml.ws.fault.ExceptionBean
ExceptionBean | final class ExceptionBean (Code) | | JAXB-bound bean that captures the exception and its call stack.
This is used to capture the stack trace of the server side error and
send that over to the client.
author: Kohsuke Kawaguchi |
Inner Class :final static class StackFrame | |
stackTrace | public List<StackFrame> stackTrace(Code) | | |
ExceptionBean | ExceptionBean()(Code) | | |
isStackTraceXml | public static boolean isStackTraceXml(Element n)(Code) | | Checks if the given element is the XML representation of
ExceptionBean .
|
|
|
|