CryptoPro JCP v 1.0.
Public API.

ru.CryptoPro.JCP.pref
Class ConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byru.CryptoPro.JCP.pref.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends java.lang.Exception

Ошибка в конфигурационном файле.

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

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

ConfigurationException

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


ConfigurationException

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

Parameters:
message - the detail message.

ConfigurationException

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

Parameters:
message - the detail message
exceptionCause - the cause

ConfigurationException

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

Parameters:
exceptionCause - the cause

Copyright Crypto-Pro.
All rights reserved.