Package com.sun.xml.rpc.util.exception
Class NestableExceptionSupport
- java.lang.Object
-
- com.sun.xml.rpc.util.exception.NestableExceptionSupport
-
public class NestableExceptionSupport extends Object
NestableExceptionSupport- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Constructor Description NestableExceptionSupport()NestableExceptionSupport(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetCause()voidprintStackTrace()voidprintStackTrace(PrintStream s)voidprintStackTrace(PrintWriter s)voidsetCause(Throwable cause)
-
-
-
Field Detail
-
cause
protected Throwable cause
-
-
Constructor Detail
-
NestableExceptionSupport
public NestableExceptionSupport()
-
NestableExceptionSupport
public NestableExceptionSupport(Throwable cause)
-
-
Method Detail
-
printStackTrace
public void printStackTrace()
-
printStackTrace
public void printStackTrace(PrintStream s)
-
printStackTrace
public void printStackTrace(PrintWriter s)
-
getCause
public Throwable getCause()
-
setCause
public void setCause(Throwable cause)
-
-