Class IntrospectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.core.beans.exceptions.IntrospectionException
All Implemented Interfaces:
Serializable

public class IntrospectionException extends RuntimeException
Thrown when an error occurs introspecting a bean type.
Since:
1.0
Author:
Graeme Rocher
See Also:
  • Constructor Details

    • IntrospectionException

      public IntrospectionException(String message)
      Parameters:
      message - The message
    • IntrospectionException

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