Class WrappedException

    • Constructor Detail

      • WrappedException

        public WrappedException​(Exception wrappedException)
        Mandatory constructor.
        Parameters:
        wrappedException - the checked exception being passed in
    • Method Detail

      • getWrappedException

        public Exception getWrappedException()