public class InvalidChannelException extends ControlProtocolException
AeronException.Category| Constructor and Description |
|---|
InvalidChannelException(Exception cause)
Exception with provided cause and
AeronException.Category.ERROR
and ErrorCode.INVALID_CHANNEL. |
InvalidChannelException(String message)
Exception with provided message and
AeronException.Category.ERROR and
ErrorCode.INVALID_CHANNEL. |
errorCodecategory, isFataladdSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidChannelException(String message)
AeronException.Category.ERROR and
ErrorCode.INVALID_CHANNEL.message - to detail the exception.public InvalidChannelException(Exception cause)
AeronException.Category.ERROR
and ErrorCode.INVALID_CHANNEL.cause - of the exception.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.