ch.systemsx.cisd.common.exceptions
Class ConfigurationFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ch.systemsx.cisd.common.exceptions.HighLevelException
                  extended by ch.systemsx.cisd.common.exceptions.ConfigurationFailureException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationFailureException
extends HighLevelException

The ConfigurationFailureException is the super class of all exceptions that have their cause in an inappropriate configuration of the system. This implies that an application administrator can fix the problem.

See Also:
Serialized Form

Constructor Summary
ConfigurationFailureException(java.lang.String message)
           
ConfigurationFailureException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
static ConfigurationFailureException fromTemplate(java.lang.String messageTemplate, java.lang.Object... args)
          Creates an ConfigurationFailureException using a Formatter.
static ConfigurationFailureException fromTemplate(java.lang.Throwable cause, java.lang.String messageTemplate, java.lang.Object... args)
          Creates an ConfigurationFailureException using a Formatter.
 
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

ConfigurationFailureException

public ConfigurationFailureException(java.lang.String message)

ConfigurationFailureException

public ConfigurationFailureException(java.lang.String message,
                                     java.lang.Throwable cause)
Method Detail

fromTemplate

public static ConfigurationFailureException fromTemplate(java.lang.String messageTemplate,
                                                         java.lang.Object... args)
Creates an ConfigurationFailureException using a Formatter.


fromTemplate

public static ConfigurationFailureException fromTemplate(java.lang.Throwable cause,
                                                         java.lang.String messageTemplate,
                                                         java.lang.Object... args)
Creates an ConfigurationFailureException using a Formatter.