Package org.apache.cassandra.net
Class MessagingService.FailureResponseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.cassandra.net.MessagingService.FailureResponseException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- MessagingService
public static class MessagingService.FailureResponseException extends java.io.IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FailureResponseException(InetAddressAndPort from, RequestFailureReason failureReason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestFailureReason
failureReason()
InetAddressAndPort
from()
-
-
-
Constructor Detail
-
FailureResponseException
public FailureResponseException(InetAddressAndPort from, RequestFailureReason failureReason)
-
-
Method Detail
-
from
public InetAddressAndPort from()
-
failureReason
public RequestFailureReason failureReason()
-
-