Package com.casper.sdk.exception
Class NoSuchKeyTagException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.casper.sdk.exception.NoSuchKeyTagException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchKeyTagException extends java.lang.ExceptionThrown in case of a Key tag which does not exist being requested- Since:
- 0.0.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchKeyTagException()NoSuchKeyTagException(java.lang.String message)NoSuchKeyTagException(java.lang.String message, java.lang.Throwable cause)
-