Constructors Summary |
---|
public ReadOnlyFileException()Creates a new ReadOnlyException datatype.
|
public ReadOnlyFileException(Throwable ex)
super(ex);
|
public ReadOnlyFileException(String msg)Creates a new ReadOnlyException datatype.
super(msg);
|
public ReadOnlyFileException(String msg, Throwable ex)
super(msg, ex);
|