Package io.pravega.client.segment.impl
Class NoSuchEventException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- io.pravega.client.segment.impl.NoSuchEventException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchEventException extends java.io.IOException
Could not retrieve an event given the event pointer.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchEventException(java.lang.String message)
-