CryptoPro JCP v 1.0.
Public API.

ru.CryptoPro.JCP.Random
Class CancelException

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

public class CancelException
extends java.lang.RuntimeException

CancelException may be thrown if user pressed Cancel button during BIO Random initializing.

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

Constructor Summary
CancelException()
          Constructs a new exception without detail message.
CancelException(java.lang.String message)
          Constructs a new exception with the specified detail message.
 
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

CancelException

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


CancelException

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

Parameters:
message - the detail message.

Copyright Crypto-Pro.
All rights reserved.