Class ModuleNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.getelements.elements.rt.exception.BaseException
dev.getelements.elements.rt.exception.ModuleNotFoundException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionModuleNotFoundException
(String message) ModuleNotFoundException
(String message, Throwable cause) ModuleNotFoundException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) ModuleNotFoundException
(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
-
ModuleNotFoundException
public ModuleNotFoundException() -
ModuleNotFoundException
-
ModuleNotFoundException
-
ModuleNotFoundException
-
ModuleNotFoundException
-
-
Method Details
-
getResponseCode
- Specified by:
getResponseCode
in classBaseException
-