public class VersionNotSupportedException extends Exception
| Constructor and Description |
|---|
VersionNotSupportedException() |
VersionNotSupportedException(String message)
Constructor.
|
VersionNotSupportedException(String message,
Throwable cause)
Constructor.
|
VersionNotSupportedException(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic VersionNotSupportedException(@Nullable String message)
message - The message.public VersionNotSupportedException(@Nullable Throwable cause)
cause - The error cause.public VersionNotSupportedException(@Nullable String message, @Nullable Throwable cause)
message - The message.cause - The error cause.public VersionNotSupportedException()
Copyright © 2022 SAP SE. All rights reserved.