Class WrappedException

All Implemented Interfaces:
Serializable

public class WrappedException extends RuntimeException
Wraps a checked exception s.t. it can be thrown from a method that doesn't declare to throw it.
Author:
Peter Niederwieser
See Also:
  • Constructor Details

    • WrappedException

      public WrappedException(Throwable cause)
    • WrappedException

      public WrappedException(String msg, Throwable cause)