public class IntrospectionError
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
IntrospectionError(java.lang.String message)
Creates a new
IntrospectionError . |
IntrospectionError(java.lang.String message,
java.lang.Throwable cause)
Creates a new
IntrospectionError . |
private static final long serialVersionUID
public IntrospectionError(java.lang.String message)
IntrospectionError
.message
- the detail message.public IntrospectionError(java.lang.String message, java.lang.Throwable cause)
IntrospectionError
.message
- the detail message.cause
- the original cause.