public class UnsupportedException extends UnexpectedException
An operation is unsupported
| Constructor and Description |
|---|
UnsupportedException() |
UnsupportedException(String message) |
UnsupportedException(String message,
Object... args) |
UnsupportedException(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 UnsupportedException()
public UnsupportedException(String message)
public UnsupportedException(Throwable cause)
public UnsupportedOperationException asJDKException()
Convert to corresponding JDK exception. Warning, since there are synchronized method execution please beware of the performance issue when calling this method
UnsupportedOperationException convert from this exception instanceCopyright © 2014–2019 OSGL (Open Source General Library). All rights reserved.