Package org.smallmind.nutsnbolts.spring
Class RuntimeBeansException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.core.NestedRuntimeException
-
- org.springframework.beans.BeansException
-
- org.smallmind.nutsnbolts.spring.RuntimeBeansException
-
- All Implemented Interfaces:
Serializable
public class RuntimeBeansException extends org.springframework.beans.BeansException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeBeansException(String message, Object... args)RuntimeBeansException(Throwable throwable)RuntimeBeansException(Throwable throwable, String message, Object... args)
-
Method Summary
-
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-