Package com.syntifi.casper.sdk.exception
Class CLValueEncodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.syntifi.casper.sdk.exception.CLValueEncodeException
-
- All Implemented Interfaces:
java.io.Serializable
public class CLValueEncodeException extends java.lang.Exception
Thrown when CLValue could not be encoded- Since:
- 0.0.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CLValueEncodeException()
CLValueEncodeException(java.lang.String message)
CLValueEncodeException(java.lang.String message, java.lang.Throwable cause)
-