Package com.syntifi.casper.sdk.exception
Class BufferEndCLValueDecodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.syntifi.casper.sdk.exception.CLValueDecodeException
-
- com.syntifi.casper.sdk.exception.BufferEndCLValueDecodeException
-
- All Implemented Interfaces:
java.io.Serializable
public class BufferEndCLValueDecodeException extends CLValueDecodeException
Thrown when trying to read a value when all bytes were read- Since:
- 0.0.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BufferEndCLValueDecodeException(java.lang.String message)
BufferEndCLValueDecodeException(java.lang.String message, java.lang.Throwable cause)
-