Class ReflectionLifecycleException

    • Constructor Detail

      • ReflectionLifecycleException

        protected ReflectionLifecycleException​(String message,
                                               Throwable cause)
        Construct a new exception with the specified cause and the specified detail message.
        Parameters:
        message - the message detailing the exception.
        cause - the exception that caused this one.