Package ratpack.api
Class UncheckedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ratpack.api.UncheckedException
-
- All Implemented Interfaces:
java.io.Serializable
public class UncheckedException extends java.lang.RuntimeException
Used to wrap a checked exception to be thrown where a checked exception cannot be thrown.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncheckedException(java.lang.Throwable cause)
Constructor.
-