public class ClusterMgtAdminException extends Exception
Modifier and Type | Field and Description |
---|---|
String |
errorMessage |
Constructor and Description |
---|
ClusterMgtAdminException() |
ClusterMgtAdminException(String message) |
ClusterMgtAdminException(String message,
Throwable cause) |
ClusterMgtAdminException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String errorMessage
public ClusterMgtAdminException()
public ClusterMgtAdminException(String message)
public ClusterMgtAdminException(Throwable cause)
public String getErrorMessage()
Copyright © 2020 WSO2. All rights reserved.