public class UnsupportedCloudFeatureException extends RuntimeException
Constructor and Description |
---|
UnsupportedCloudFeatureException() |
UnsupportedCloudFeatureException(String message)
Exception constructor.
|
UnsupportedCloudFeatureException(String message,
Throwable cause)
Exception constructor.
|
UnsupportedCloudFeatureException(Throwable cause)
Exception constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedCloudFeatureException(@Nullable String message)
message
- The exception message.public UnsupportedCloudFeatureException(@Nullable Throwable cause)
cause
- The exception cause.public UnsupportedCloudFeatureException(@Nullable String message, @Nullable Throwable cause)
message
- The exception message.cause
- The exception cause.public UnsupportedCloudFeatureException()
Copyright © 2020 SAP SE. All rights reserved.