public class NotSupportedException extends RuntimeException
Exception's message should
contain the reason.| Constructor and Description |
|---|
NotSupportedException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotSupportedException(String message)
message - The reason why this feature is not supported.