Class ExceptionWrapper

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.yahoo.jdisc.http.server.jetty.ExceptionWrapper
All Implemented Interfaces:
Serializable

public class ExceptionWrapper extends RuntimeException
A wrapper to make exceptions leaking into Jetty easier to track. Jetty swallows all information about where an exception was thrown, so this wrapper ensures some extra information is automatically added to the contents of getMessage().
Author:
Steinar Knutsen
See Also:
  • Constructor Details

    • ExceptionWrapper

      public ExceptionWrapper(Throwable t)
  • Method Details