public class ReadOnlyException extends UnsupportedException
Constructor and Description |
---|
ReadOnlyException() |
ReadOnlyException(String message) |
ReadOnlyException(String message,
Object... args) |
ReadOnlyException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
UnsupportedOperationException |
asJDKException()
Convert to corresponding JDK exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ReadOnlyException()
public ReadOnlyException(String message)
public ReadOnlyException(Throwable cause)
public UnsupportedOperationException asJDKException()
UnsupportedException
Convert to corresponding JDK exception. Warning, since there are synchronized method execution please beware of the performance issue when calling this method
asJDKException
in class UnsupportedException
UnsupportedOperationException
convert from this exception instanceCopyright © 2014–2018 OSGL (Open Source General Library). All rights reserved.