public class ClientPolicyException extends Exception
| Constructor and Description |
|---|
ClientPolicyException(String error,
String errorDetail) |
ClientPolicyException(String error,
String errorDetail,
Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace()
If
ClientPolicyException is used to notify the event so that it needs not to have stack trace. |
String |
getError() |
String |
getErrorDetail() |
void |
setError(String error) |
void |
setErrorDetail(String errorDetail) |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getError()
public void setError(String error)
public String getErrorDetail()
public void setErrorDetail(String errorDetail)
public Throwable fillInStackTrace()
ClientPolicyException is used to notify the event so that it needs not to have stack trace.fillInStackTrace in class ThrowableCopyright © 2021 JBoss by Red Hat. All rights reserved.