Package one.tranic.t.base.exception
Class DependencyNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.tranic.t.base.exception.DependencyNotFoundException
- All Implemented Interfaces:
Serializable
This exception is a subclass of
RuntimeException and is typically used to signal
scenarios where the required dependency for an operation or process cannot be found or resolved.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DependencyNotFoundException
public DependencyNotFoundException() -
DependencyNotFoundException
-