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