public class TenantNotFoundException extends TenantException
| Constructor and Description | 
|---|
TenantNotFoundException()
Constructs a new Tenant Not Found exception. 
 | 
TenantNotFoundException(String message)
Constructs a new Tenant Not Found with the specified detail message. 
 | 
TenantNotFoundException(String message,
                       Throwable cause)
Constructs a new Tenant Not Found with the specified detail message. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TenantNotFoundException()
public TenantNotFoundException(String message)
message - the detail message.