Package io.pravega.client.stream
Class TruncatedDataException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- io.pravega.client.stream.TruncatedDataException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class TruncatedDataException extends java.lang.RuntimeExceptionTruncatedDataException is thrown if the data to be read next has been truncated away and can no longer be read.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description TruncatedDataException()Creates a new instance of TruncatedDataException class.TruncatedDataException(java.lang.String msg)Creates a new instance of TruncatedDataException class.TruncatedDataException(java.lang.String msg, java.lang.Throwable e)Creates a new instance of TruncatedDataException class.TruncatedDataException(java.lang.Throwable e)Creates a new instance of TruncatedDataException class.
 
- 
- 
- 
Constructor Detail- 
TruncatedDataExceptionpublic TruncatedDataException() Creates a new instance of TruncatedDataException class.
 - 
TruncatedDataExceptionpublic TruncatedDataException(java.lang.Throwable e) Creates a new instance of TruncatedDataException class.- Parameters:
- e- The cause.
 
 - 
TruncatedDataExceptionpublic TruncatedDataException(java.lang.String msg, java.lang.Throwable e)Creates a new instance of TruncatedDataException class.- Parameters:
- msg- Exception description.
- e- The cause.
 
 - 
TruncatedDataExceptionpublic TruncatedDataException(java.lang.String msg) Creates a new instance of TruncatedDataException class.- Parameters:
- msg- Exception description.
 
 
- 
 
-