spring-framework / org.springframework.core / NestedCheckedException / getRootCause

getRootCause

@Nullable open fun getRootCause(): Throwable

Retrieve the innermost cause of this exception, if any.

Return
the innermost exception, or null if none