Package org.apache.cassandra.streaming
Class StreamException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.cassandra.streaming.StreamException
-
- All Implemented Interfaces:
java.io.Serializable
public class StreamException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description StreamState
finalState
-
Constructor Summary
Constructors Constructor Description StreamException(StreamState finalState, java.lang.String message)
StreamException(StreamState finalState, java.lang.String message, java.lang.Throwable cause)
-
-
-
Field Detail
-
finalState
public final StreamState finalState
-
-
Constructor Detail
-
StreamException
public StreamException(StreamState finalState, java.lang.String message)
-
StreamException
public StreamException(StreamState finalState, java.lang.String message, java.lang.Throwable cause)
-
-