public class AccessorInvocationException extends ReflectionException
Constructor and Description |
---|
AccessorInvocationException()
Creates a new instance with no detail message.
|
AccessorInvocationException(java.lang.String message)
Creates a new instance with the given detail message.
|
AccessorInvocationException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance with the given detail message and cause.
|
AccessorInvocationException(java.lang.Throwable cause)
Creates a new instance with the given cause.
|
public AccessorInvocationException()
public AccessorInvocationException(@Nullable java.lang.String message)
public AccessorInvocationException(@Nullable java.lang.String message, @Nullable java.lang.Throwable cause)
public AccessorInvocationException(@Nullable java.lang.Throwable cause)