Class WrappedException

All Implemented Interfaces:
Serializable

public class WrappedException extends RuntimeException
An unchecked exception that wraps a checked exception. Wrapping occurs conditionally in the static wrap() methods.
Author:
Eike Stepper
See Also:
No Extend
This class is not intended to be subclassed by clients.