Klasse WrappedException

Alle implementierten Schnittstellen:
Serializable

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