org.mozilla.jss.crypto
Class NoSuchItemOnTokenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
NoSuchItemOnTokenException()
           
NoSuchItemOnTokenException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchItemOnTokenException

public NoSuchItemOnTokenException()

NoSuchItemOnTokenException

public NoSuchItemOnTokenException(java.lang.String message)