public class TenantNotFoundException extends TenantException
Constructor and Description |
---|
TenantNotFoundException()
Constructs a new Tenant Not Found exception.
|
TenantNotFoundException(java.lang.String message)
Constructs a new Tenant Not Found with the specified detail message.
|
TenantNotFoundException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new Tenant Not Found with the specified detail message.
|
public TenantNotFoundException()
public TenantNotFoundException(java.lang.String message)
message
- the detail message.public TenantNotFoundException(java.lang.String message, java.lang.Throwable cause)
message
- the detail message.cause
- the cause