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