Package io.pravega.client.segment.impl
Class NoSuchSegmentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- io.pravega.client.segment.impl.NoSuchSegmentException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchSegmentException extends java.lang.IllegalStateException
A segment does not exist and hence cannot be written to.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchSegmentException(java.lang.String segment)
NoSuchSegmentException(java.lang.String segment, java.lang.Throwable t)
-