Class NestedExceptionUtils
- java.lang.Object
-
- org.hotswap.agent.util.spring.io.resource.NestedExceptionUtils
-
public abstract class NestedExceptionUtils extends Object
Helper class for implementing exception classes which are capable of holding nested exceptions. Necessary because we can't share a base class among different exception types.Mainly for use within the framework.
- Since:
- 2.0
- Author:
- Juergen Hoeller
- See Also:
NestedRuntimeException,NestedCheckedException,NestedIOException,org.springframework.web.util.NestedServletException
-
-
Constructor Summary
Constructors Constructor Description NestedExceptionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringbuildMessage(String message, Throwable cause)Build a message for the given base message and root cause.
-