Package org.mozilla.jss.crypto
Class NoSuchItemOnTokenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.mozilla.jss.crypto.NoSuchItemOnTokenException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchItemOnTokenException extends java.lang.Exception
Thrown if a cryptographic item does not exist on the token it is trying to be used on.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchItemOnTokenException()
NoSuchItemOnTokenException(java.lang.String message)
-