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.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors 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
-
TruncatedDataException
public TruncatedDataException()
Creates a new instance of TruncatedDataException class.
-
TruncatedDataException
public TruncatedDataException(java.lang.Throwable e)
Creates a new instance of TruncatedDataException class.- Parameters:
e
- The cause.
-
TruncatedDataException
public TruncatedDataException(java.lang.String msg, java.lang.Throwable e)
Creates a new instance of TruncatedDataException class.- Parameters:
msg
- Exception description.e
- The cause.
-
TruncatedDataException
public TruncatedDataException(java.lang.String msg)
Creates a new instance of TruncatedDataException class.- Parameters:
msg
- Exception description.
-
-