Constructors Summary |
---|
public PropertyNotWritableException()
super();
|
public PropertyNotWritableException(String message)
super(message);
|
public PropertyNotWritableException(String message, Throwable cause)
super(message, cause);
|
public PropertyNotWritableException(Throwable cause)
super(cause);
|