Class LifeCycleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.core.exception.LifeCycleException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LifeCycleException.InvocationFailure

public class LifeCycleException extends RuntimeException
All exceptions thrown by the life cycle features are subclasses of LifeCycleException.
See Also:
  • Constructor Details

    • LifeCycleException

      protected LifeCycleException(String message, Throwable cause)
      Build a new instance.
      Parameters:
      message - The detail message
      cause - The cause