Class NestableExceptionSupport

java.lang.Object
com.sun.xml.rpc.util.exception.NestableExceptionSupport

public class NestableExceptionSupport extends Object
NestableExceptionSupport
Author:
JAX-RPC Development Team
  • Field Details

  • Constructor Details

    • NestableExceptionSupport

      public NestableExceptionSupport()
    • NestableExceptionSupport

      public NestableExceptionSupport(Throwable cause)
  • Method Details

    • 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)