Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.polarion.platform.persistence.PException
com.polarion.platform.persistence.ConfigurationException
- All Implemented Interfaces:
Serializable
Thrown, when the configuration is determined to be invalid (inconsistent) or
missing. The message should contain readable explanation.
This exception should occur during design time, when the configuration is being modified. If it occurs in the deploy time of binary build, then it means bug in code (not just in the configuration).
- Author:
- dobisekm
- See Also:
-
Constructor Summary
ConstructorDescriptionConfigurationException
(String message) ConfigurationException
(String message, Throwable cause) ConfigurationException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationException
public ConfigurationException() -
ConfigurationException
- Parameters:
message
-
-
ConfigurationException
- Parameters:
message
-cause
-
-
ConfigurationException
- Parameters:
cause
-
-