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, toStringpublic ReadOnlyException()
public ReadOnlyException(String message)
public ReadOnlyException(Throwable cause)
public UnsupportedOperationException asJDKException()
UnsupportedExceptionConvert to corresponding JDK exception. Warning, since there are synchronized method execution please beware of the performance issue when calling this method
asJDKException in class UnsupportedExceptionUnsupportedOperationException convert from this exception instanceCopyright © 2014–2019 OSGL (Open Source General Library). All rights reserved.