Class InstantiationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.core.reflect.exception.InstantiationException
All Implemented Interfaces:
Serializable

public class InstantiationException extends RuntimeException
Thrown when an error occurs instantiating an instance.
Since:
1.0
Author:
Graeme Rocher
See Also:
  • Constructor Details

    • InstantiationException

      public InstantiationException(String message, Throwable cause)
      Parameters:
      message - The message
      cause - The throwable
    • InstantiationException

      public InstantiationException(String message)
      Parameters:
      message - The message