Package com.syntifi.casper.sdk.exception
Class InvalidByteStringException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.syntifi.casper.sdk.exception.CLValueDecodeException
-
- com.syntifi.casper.sdk.exception.InvalidByteStringException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidByteStringException extends CLValueDecodeException
Thrown in case of an invalid (unparseable) encoded byte string- Since:
- 0.0.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidByteStringException()
InvalidByteStringException(java.lang.String message)
InvalidByteStringException(java.lang.String message, java.lang.Throwable cause)
-