Class ModulePropertyNotFoundException

All Implemented Interfaces:
Serializable

public class ModulePropertyNotFoundException extends InternalErrorException
This exception is thrown when the loading of module configuration property is not found or it fails.
Author:
Vojtech Sassmann <vojtech.sassmann@gmail.com>
See Also:
  • Constructor Details

    • ModulePropertyNotFoundException

      public ModulePropertyNotFoundException(String message)
    • ModulePropertyNotFoundException

      public ModulePropertyNotFoundException(String message, Throwable cause)
    • ModulePropertyNotFoundException

      public ModulePropertyNotFoundException(Throwable cause)
    • ModulePropertyNotFoundException

      public ModulePropertyNotFoundException(String module, String property)