public class InvalidTenantException extends RuntimeException
Constructor and Description |
---|
InvalidTenantException(String message)
Constructs a new invalid tenant exception with the specified detail message.
|
InvalidTenantException(String message,
Exception nestedException)
Constructs a new invalid tenant exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidTenantException(String message, Exception nestedException)
message
- the detail message which is saved for later retrieval by the Throwable.getMessage()
methodnestedException
- cause the cause (which is saved for later retrieval by the Throwable.getCause()
method).public InvalidTenantException(String message)
message
- the detail message which is saved for
later retrieval by the Throwable.getMessage()
method.Copyright © 2017 SAP. All Rights Reserved.