org.mozilla.jss.pkcs12
Class PK12Token.InvalidPKCS12FileException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.mozilla.jss.pkcs12.PK12Token.InvalidPKCS12FileException
Enclosing class:
PK12Token

public static class PK12Token.InvalidPKCS12FileException
extends java.lang.Exception

Thrown if the operation requires a specified file to exist, and it doesn't.

See Also:
Serialized Form

Constructor Summary
PK12Token.InvalidPKCS12FileException()
           
PK12Token.InvalidPKCS12FileException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PK12Token.InvalidPKCS12FileException

public PK12Token.InvalidPKCS12FileException()

PK12Token.InvalidPKCS12FileException

public PK12Token.InvalidPKCS12FileException(java.lang.String message)