Class 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:
    Serialized Form