CryptoPro JCP v 1.0.
Public API.

ru.CryptoPro.JCP.tools
Class SelfTesterException

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

public class SelfTesterException
extends java.lang.RuntimeException

SelfTesterException is the exception which can be thrown during the normal operation as wrong result of selftesting.

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

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

SelfTesterException

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


SelfTesterException

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

Parameters:
message - the detail message.

SelfTesterException

public SelfTesterException(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

SelfTesterException

public SelfTesterException(java.lang.Throwable cause)
Constructs a new exception with the specified cause and without detail message.

Parameters:
cause - the cause

Copyright Crypto-Pro.
All rights reserved.