public class ClusterException extends AeronException
AeronException.Category| Constructor and Description |
|---|
ClusterException()
Default Cluster exception of
AeronException.Category.ERROR. |
ClusterException(String message)
Cluster exception with provided message and
AeronException.Category.ERROR. |
ClusterException(String message,
AeronException.Category category)
Cluster exception with a detailed message and provided
AeronException.Category. |
ClusterException(String message,
Throwable cause)
Cluster exception with a detailed message, cause, and
AeronException.Category.ERROR. |
ClusterException(String message,
Throwable cause,
AeronException.Category category)
Cluster exception with a detailed message, cause, and
AeronException.Category. |
ClusterException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructs a new Cluster exception with the a detail message, cause, suppression enabled or disabled,
and writable stack trace enabled or disabled, in the category
AeronException.Category.ERROR. |
ClusterException(Throwable cause)
Cluster exception with provided cause and
AeronException.Category.ERROR. |
ClusterException(Throwable cause,
AeronException.Category category)
Cluster exception with cause and provided
AeronException.Category. |
categoryaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClusterException()
AeronException.Category.ERROR.public ClusterException(String message)
AeronException.Category.ERROR.message - to detail the exception.public ClusterException(String message, AeronException.Category category)
AeronException.Category.message - providing detail on the error.category - of the exception.public ClusterException(String message, Throwable cause)
AeronException.Category.ERROR.message - providing detail on the error.cause - of the error.public ClusterException(Throwable cause)
AeronException.Category.ERROR.cause - of the error.public ClusterException(Throwable cause, AeronException.Category category)
AeronException.Category.cause - of the error.category - of the exception.public ClusterException(String message, Throwable cause, AeronException.Category category)
AeronException.Category.message - providing detail on the error.cause - of the error.category - of the exception.public ClusterException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
AeronException.Category.ERROR.message - providing detail on the error.cause - of the error.enableSuppression - is suppression enabled or not.writableStackTrace - is the stack trace writable or not.Copyright © 2014-2020 Real Logic Limited. All Rights Reserved.