Class ModuleNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ModuleNotFoundException
    extends java.lang.RuntimeException
    Module not found.
    See Also:
    Serialized Form
    • Constructor Detail

      • ModuleNotFoundException

        public ModuleNotFoundException​(java.lang.String message,
                                       java.lang.Throwable cause)
        Parameters:
        message - the error message
        cause - the nested exception
      • ModuleNotFoundException

        public ModuleNotFoundException​(java.lang.String message)
        Parameters:
        message - the error message
      • ModuleNotFoundException

        public ModuleNotFoundException​(java.lang.Throwable cause)
        Parameters:
        cause - the nested exception