Class MCRConfigurationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MCRCryptCipherConfigurationException

public class MCRConfigurationException extends MCRException
Instances of this class represent an exception thrown because of an error in the MyCoRe configuration. Normally this will be the case when a configuration property that is required is not set or has an illegal value.
Version:
$Revision$ $Date$
Author:
Jens Kupferschmidt, Frank Lützenkirchen
See Also:
  • Constructor Details

    • MCRConfigurationException

      public MCRConfigurationException(String message)
      Creates a new MCRConfigurationException with an error message
      Parameters:
      message - the error message for this exception
    • MCRConfigurationException

      public MCRConfigurationException(String message, Throwable cause)
      Creates a new MCRConfigurationException with an error message and a reference to an exception thrown by an underlying system.
      Parameters:
      message - the error message for this exception
      cause - the exception that was thrown by an underlying system