public class TenantAccessException extends RuntimeException
Constructor and Description |
---|
TenantAccessException() |
TenantAccessException(String message)
Initializes the exception by delegating the message to the super constructor.
|
TenantAccessException(String message,
Throwable cause)
Initializes the exception by delegating the message and the causing exception to the super constructor.
|
TenantAccessException(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 TenantAccessException(@Nullable String message)
message
- The exception message.public TenantAccessException(@Nullable Throwable cause)
cause
- The exception that caused the exception to be created.public TenantAccessException(@Nullable String message, @Nullable Throwable cause)
message
- The exception message.cause
- The exception that caused the exception to be created.public TenantAccessException()
Copyright © 2020 SAP SE. All rights reserved.