public class ReadOnlyFileException extends Exception
Constructor and Description |
---|
ReadOnlyFileException()
Creates a new ReadOnlyException datatype.
|
ReadOnlyFileException(String msg)
Creates a new ReadOnlyException datatype.
|
ReadOnlyFileException(String msg,
Throwable ex) |
ReadOnlyFileException(Throwable ex) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ReadOnlyFileException()
public ReadOnlyFileException(Throwable ex)
public ReadOnlyFileException(String msg)
msg
- the detail message.Copyright © 2005–2020 jthink.net. All rights reserved.