Package dev.voidframework.core.exception
Class LifeCycleException.InvocationFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.core.exception.LifeCycleException
dev.voidframework.core.exception.LifeCycleException.InvocationFailure
- All Implemented Interfaces:
Serializable
- Enclosing class:
- LifeCycleException
Exception indicates that method invocation failed miserably.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.core.exception.LifeCycleException
LifeCycleException.InvocationFailure -
Constructor Summary
ConstructorsConstructorDescriptionInvocationFailure(String className, String methodName, Throwable cause) Build a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvocationFailure
Build a new instance.- Parameters:
className- The class namemethodName- The invoked method namecause- The cause
-