Class WrappedException

  • All Implemented Interfaces:
    Serializable

    public class WrappedException
    extends Exception
    Deprecated.
    java.lang.Exception itself has wrapper capabilities since Java 1.4
    An exception that that holds a sub exception.
    See Also:
    Serialized Form
    • Constructor Detail

      • WrappedException

        public WrappedException​(Exception e)
        Deprecated.
        constructor comment.
        Parameters:
        e - The root exception that caused this exception.