Package ratpack.func

Class UncheckedException

  • All Implemented Interfaces:
    Serializable

    public class UncheckedException
    extends RuntimeException
    Used to wrap a checked exception to be thrown where a checked exception cannot be thrown.
    See Also:
    Serialized Form
    • Constructor Detail

      • UncheckedException

        public UncheckedException​(Throwable cause)
        Constructor.
        Parameters:
        cause - the checked exception