public class TenantUnavailableException extends RuntimeException
| Constructor and Description |
|---|
TenantUnavailableException(String message)
Constructs a new tenant unavailable exception with the specified detail message.
|
TenantUnavailableException(String message,
Exception nestedException)
Constructs a new tenant unavailable exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TenantUnavailableException(String message, Exception nestedException)
Note that the detail message associated with cause is not automatically incorporated in this
exception's detail message.
message - the detail message which is saved for later retrieval by the Throwable.getMessage() methodnestedException - cause the cause (which is saved for later retrieval by the Throwable.getCause() method).public TenantUnavailableException(String message)
message - the detail message which is saved for
later retrieval by the Throwable.getMessage() method.Copyright © 2022 SAP. All rights reserved.