public class NotSupportedException extends GroupDocsViewerException
This exception is thrown when the requested operation is not supported. It indicates that the current operation is not supported by the underlying system or implementation.
| Constructor and Description |
|---|
NotSupportedException(String message)
Initializes a new instance of the
NotSupportedException class with a specified error message. |
NotSupportedException(String message,
Throwable throwable)
Initializes a new instance of the
NotSupportedException class with a specified error message and the cause of the exception. |
toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic NotSupportedException(String message)
Initializes a new instance of the NotSupportedException class with a specified error message.
message - The message.Copyright © 2024. All rights reserved.