Class ModuleNotFoundException

All Implemented Interfaces:
Serializable

public class ModuleNotFoundException extends BaseException
See Also:
  • Constructor Details

    • ModuleNotFoundException

      public ModuleNotFoundException()
    • ModuleNotFoundException

      public ModuleNotFoundException(String message)
    • ModuleNotFoundException

      public ModuleNotFoundException(String message, Throwable cause)
    • ModuleNotFoundException

      public ModuleNotFoundException(Throwable cause)
    • ModuleNotFoundException

      public ModuleNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details