Uses of Enum Class
org.apache.cassandra.exceptions.ExceptionCode
Packages that use ExceptionCode
-
Uses of ExceptionCode in org.apache.cassandra.exceptions
Methods in org.apache.cassandra.exceptions that return ExceptionCodeModifier and TypeMethodDescriptionCassandraException.code()TransportException.code()The exception code.static ExceptionCodeExceptionCode.fromValue(int value) static ExceptionCodeReturns the enum constant of this class with the specified name.static ExceptionCode[]ExceptionCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.cassandra.exceptions with parameters of type ExceptionCodeModifierConstructorDescriptionprotectedCassandraException(ExceptionCode code, String msg) protectedCassandraException(ExceptionCode code, String msg, Throwable cause) protectedConfigurationException(ExceptionCode code, String msg) protectedRequestExecutionException(ExceptionCode code, String msg) protectedRequestExecutionException(ExceptionCode code, String msg, Throwable e) RequestFailureException(ExceptionCode code, String msg, ConsistencyLevel consistency, int received, int blockFor, Map<InetAddressAndPort, RequestFailureReason> failureReasonByEndpoint) protectedRequestFailureException(ExceptionCode code, ConsistencyLevel consistency, int received, int blockFor, Map<InetAddressAndPort, RequestFailureReason> failureReasonByEndpoint) protectedRequestTimeoutException(ExceptionCode code, ConsistencyLevel consistency, int received, int blockFor) protectedRequestTimeoutException(ExceptionCode code, ConsistencyLevel consistency, int received, int blockFor, String msg) protectedRequestValidationException(ExceptionCode code, String msg) protectedRequestValidationException(ExceptionCode code, String msg, Throwable e) -
Uses of ExceptionCode in org.apache.cassandra.transport
Methods in org.apache.cassandra.transport that return ExceptionCode