Class LifeCycleException.InvocationFailure

All Implemented Interfaces:
Serializable
Enclosing class:
LifeCycleException

public static class LifeCycleException.InvocationFailure extends LifeCycleException
Exception indicates that method invocation failed miserably.
See Also:
  • Constructor Details

    • InvocationFailure

      public InvocationFailure(String className, String methodName, Throwable cause)
      Build a new instance.
      Parameters:
      className - The class name
      methodName - The invoked method name
      cause - The cause