JSS 3.1.2

org.mozilla.jss.crypto
Class PQGParamGenException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.mozilla.jss.crypto.PQGParamGenException
All Implemented Interfaces:
java.io.Serializable

public class PQGParamGenException
extends java.lang.Exception

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
PQGParamGenException()
           
PQGParamGenException(java.lang.String msg)
           
 
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

PQGParamGenException

public PQGParamGenException()

PQGParamGenException

public PQGParamGenException(java.lang.String msg)

JSS 3.1.2