JSS 3.1.2

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

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
NoSuchItemOnTokenException()
           
NoSuchItemOnTokenException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

NoSuchItemOnTokenException

public NoSuchItemOnTokenException()

NoSuchItemOnTokenException

public NoSuchItemOnTokenException(java.lang.String message)

JSS 3.1.2