Class ConfigurationFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.systemsx.cisd.common.exceptions.HighLevelException
ch.systemsx.cisd.common.exceptions.ConfigurationFailureException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationFailureException(String message) ConfigurationFailureException(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionfromTemplate(String messageTemplate, Object... args) Creates anConfigurationFailureExceptionusing aFormatter.fromTemplate(Throwable cause, String messageTemplate, Object... args) Creates anConfigurationFailureExceptionusing aFormatter.Methods inherited from class ch.systemsx.cisd.common.exceptions.HighLevelException
isRetriable, isRetriableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationFailureException
-
ConfigurationFailureException
-
-
Method Details
-
fromTemplate
Creates anConfigurationFailureExceptionusing aFormatter. -
fromTemplate
public static ConfigurationFailureException fromTemplate(Throwable cause, String messageTemplate, Object... args) Creates anConfigurationFailureExceptionusing aFormatter.
-