org.openuat.authentication.exceptions
Class ConfigurationErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openuat.authentication.exceptions.ConfigurationErrorException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationErrorException
extends java.lang.Exception

This exception is thrown whenever a configuration error has been detected, e.g .when specified hardware or software components are not available or configuration values are contradictory.

Version:
1.0
Author:
Rene Mayrhofer
See Also:
Serialized Form

Constructor Summary
ConfigurationErrorException(java.lang.String msg)
           
ConfigurationErrorException(java.lang.String msg, java.lang.Exception t)
           
 
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

ConfigurationErrorException

public ConfigurationErrorException(java.lang.String msg)

ConfigurationErrorException

public ConfigurationErrorException(java.lang.String msg,
                                   java.lang.Exception t)


2005-2006, Rene Mayrhofer.