org.hardtokenmgmt.core.settings
Class BadConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hardtokenmgmt.core.settings.BadConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class BadConfigurationException
extends java.lang.RuntimeException

A RuntimeException thrown when a setting file is badly configured and cannot be read.

Version:
$Id$
Author:
Philip Vendil 12 apr 2008
See Also:
Serialized Form

Constructor Summary
BadConfigurationException(java.lang.String message)
           
BadConfigurationException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadConfigurationException

public BadConfigurationException(java.lang.String message,
                                 java.lang.Throwable cause)

BadConfigurationException

public BadConfigurationException(java.lang.String message)