|
CryptoPro JCP v 1.0. Public API. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ru.CryptoPro.JCP.Random.RandomRefuseException
RandomRefuseException may be thrown in case of CertifiedRandom refusal.
Constructor Summary | |
RandomRefuseException()
Constructs a new exception without detail message. |
|
RandomRefuseException(java.lang.String message)
Constructs a new exception with the specified detail message. |
|
RandomRefuseException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause. |
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RandomRefuseException()
public RandomRefuseException(java.lang.String message)
message
- the detail message.public RandomRefuseException(java.lang.String message, java.lang.Throwable cause)
message
- - the detail message.cause
- - the cause.
|
Copyright Crypto-Pro. All rights reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |