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