Java org.springframework.core NestedRuntimeException fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.core NestedRuntimeException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.core NestedRuntimeException.

The text is from its open source code.

Subclass

org.springframework.core.NestedRuntimeException has subclasses.
Click this link to see all its subclasses.

Constructor

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

Method

StringgetMessage()
Return the detail message, including the message from the nested exception if there is one.
ThrowablegetMostSpecificCause()
Retrieve the most specific cause of this exception, that is, either the innermost cause (root cause) or this exception itself.
ThrowablegetRootCause()
Retrieve the innermost cause of this exception, if any.