CryptoPro JCP v 1.0.
Public API.

ru.CryptoPro.JCP.Random
Class RandomRefuseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byru.CryptoPro.JCP.Random.RandomRefuseException
All Implemented Interfaces:
java.io.Serializable

public class RandomRefuseException
extends java.lang.RuntimeException

RandomRefuseException may be thrown in case of CertifiedRandom refusal.

Author:
Copyright 2004-2005 Crypto-Pro. All rights reserved.
See Also:
Serialized Form
Version:1.0

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

RandomRefuseException

public RandomRefuseException()
Constructs a new exception without detail message.


RandomRefuseException

public RandomRefuseException(java.lang.String message)
Constructs a new exception with the specified detail message.

Parameters:
message - the detail message.

RandomRefuseException

public RandomRefuseException(java.lang.String message,
                             java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.

Parameters:
message - - the detail message.
cause - - the cause.

Copyright Crypto-Pro.
All rights reserved.