Serializable
public class IntrospectionError extends RuntimeException
Constructor | Description |
---|---|
IntrospectionError(String message) |
Creates a new
. |
IntrospectionError(String message,
Throwable cause) |
Creates a new
. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IntrospectionError(String message)
IntrospectionError
.message
- the detail message.public IntrospectionError(String message, Throwable cause)
IntrospectionError
.message
- the detail message.cause
- the original cause.Copyright © 2014–2019. All rights reserved.