Class TenantAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.cloud.sdk.cloudplatform.tenant.exception.TenantAccessException
- All Implemented Interfaces:
Serializable
Runtime exception indicating an issue while accessing a tenant.
- See Also:
-
Constructor Summary
ConstructorDescriptionTenantAccessException
(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. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TenantAccessException
Initializes the exception by delegating the message to the super constructor.- Parameters:
message
- The exception message.
-
TenantAccessException
Initializes the exception by delegating the causing exception to the super constructor.- Parameters:
cause
- The exception that caused the exception to be created.
-
TenantAccessException
Initializes the exception by delegating the message and the causing exception to the super constructor.- Parameters:
message
- The exception message.cause
- The exception that caused the exception to be created.
-
TenantAccessException
public TenantAccessException()
-