public class NotSupportedException extends RuntimeException
| Constructor and Description |
|---|
NotSupportedException(String message) |
NotSupportedException(String message,
Throwable cause) |
NotSupportedException(Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotSupportedException(String message)
public NotSupportedException(Throwable throwable)
public String getMessage()
getMessage in class ThrowableCopyright © 2012–2022. All rights reserved.