Class ResourceConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.core.io.ResourceConflictException
- All Implemented Interfaces:
Serializable
Exception thrown when multiple resources are found and the configured strategy requires
the caller to merge them.
- Since:
- 5.0.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the resource name.Returns the resolved resources.Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceConflictException
-
-
Method Details
-
getResourceName
-
getResources
-