public class TenantNotAvailableException extends RuntimeException
Constructor and Description |
---|
TenantNotAvailableException() |
TenantNotAvailableException(String message)
Initializes the exception by delegating the message to the super constructor.
|
TenantNotAvailableException(String message,
Throwable cause)
Initializes the exception by delegating the message and the causing exception to the super constructor.
|
TenantNotAvailableException(Throwable cause)
Initializes the exception by delegating the causing exception to the super constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TenantNotAvailableException(String message)
message
- The exception message.public TenantNotAvailableException(Throwable cause)
cause
- The exception that caused the exception to be created.public TenantNotAvailableException(String message, Throwable cause)
message
- The exception message.cause
- The exception that caused the exception to be created.public TenantNotAvailableException()
Copyright © 2019 SAP SE. All rights reserved.