Class UnsatisfiedResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.microbean.bean.BeanException
org.microbean.bean.ResolutionException
org.microbean.bean.UnsatisfiedResolutionException
- All Implemented Interfaces:
Serializable
A
ResolutionException indicating that a resolution did not occur because there were no elements to resolve.- Author:
- Laird Nelson
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsatisfiedResolutionException(Object criteria, String message, Throwable cause) Creates a newUnsatisfiedResolutionException. -
Method Summary
Methods inherited from class ResolutionException
criteria, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
UnsatisfiedResolutionException
Creates a newUnsatisfiedResolutionException.- Parameters:
criteria- anObjectrepresenting resolution criteria; may benullmessage- a detail message; may benullcause- aThrowablethat caused thisUnsatisfiedResolutionExceptionto be created; may benull
-