public class ProtocolException extends RuntimeException
| Constructor and Description |
|---|
ProtocolException(String message)
Protocol Exception constructor with message containing protocol failure details
|
ProtocolException(String message,
Throwable cause)
Protocol Exception constructor with message and cause of failure details
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProtocolException(String message)
message - Protocol failure detailsCopyright © 2024 Apache NiFi Project. All rights reserved.