public class PolicyViolation extends TransportException
| Modifier and Type | Field and Description |
|---|---|
static TransportErrorCode |
ERROR_CODE |
| Constructor and Description |
|---|
PolicyViolation(String message) |
PolicyViolation(Throwable cause) |
PolicyViolation(TransportErrorCode errorCode,
ExceptionMessage exceptionMessage) |
errorCode, exceptionMessage, fromCodeAndMessage, toStringpublic static final TransportErrorCode ERROR_CODE
public PolicyViolation(String message)
public PolicyViolation(Throwable cause)
public PolicyViolation(TransportErrorCode errorCode, ExceptionMessage exceptionMessage)