NestedCheckedException(msg: String)
Construct a NestedCheckedException with the specified detail message.
NestedCheckedException(@Nullable msg: String, @Nullable cause: Throwable)
Construct a NestedCheckedException with the specified detail message and nested exception.