public class StratosClientException extends StratosException
Constructor and Description |
---|
StratosClientException() |
StratosClientException(String message) |
StratosClientException(String errorCode,
String message) |
StratosClientException(String errorCode,
String message,
Throwable cause) |
StratosClientException(String message,
Throwable cause) |
StratosClientException(Throwable cause) |
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 StratosClientException()
public StratosClientException(String message)
public StratosClientException(String errorCode, String message, Throwable cause)
public StratosClientException(Throwable cause)
Copyright © 2022 WSO2. All rights reserved.