public class MllpException extends Exception
| Constructor and Description |
|---|
MllpException(String message) |
MllpException(String message,
byte[] mllpPayload) |
MllpException(String message,
byte[] mllpPayload,
Throwable cause) |
MllpException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getMllpPayload() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringApache Camel