public class TenantMgtException extends Exception
Constructor and Description |
---|
TenantMgtException(String msg) |
TenantMgtException(String msg,
Exception e) |
TenantMgtException(String errorCode,
String message) |
TenantMgtException(String errorCode,
String message,
Exception e) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode() |
void |
setErrorCode(String errorCode) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TenantMgtException(String msg)
Copyright © 2022 WSO2. All rights reserved.