public class UnsupportedException extends UnexpectedException
| 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()
UnsupportedOperationException convert from this exception instanceCopyright © 2017. All Rights Reserved.