Package 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
-
-
Constructor Summary
Constructors Constructor Description PQGParamGenException()
PQGParamGenException(java.lang.String mesg)
PQGParamGenException(java.lang.String mesg, java.lang.Throwable cause)
PQGParamGenException(java.lang.String mesg, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-
-
Constructor Detail
-
PQGParamGenException
public PQGParamGenException()
-
PQGParamGenException
public PQGParamGenException(java.lang.String mesg)
-
PQGParamGenException
public PQGParamGenException(java.lang.String mesg, java.lang.Throwable cause)
-
PQGParamGenException
public PQGParamGenException(java.lang.String mesg, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-