Package org.wso2.carbon.module.mgt
Class ModuleMgtException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.module.mgt.ModuleMgtException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionModuleMgtException(int level, String key) ModuleMgtException(String key) ModuleMgtException(Throwable cause, int level, String key) ModuleMgtException(Throwable cause, String key) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
INFO
public static final int INFO- See Also:
-
WARNING
public static final int WARNING- See Also:
-
ERROR
public static final int ERROR- See Also:
-
-
Constructor Details
-
ModuleMgtException
-
ModuleMgtException
-
ModuleMgtException
-
ModuleMgtException
-
-
Method Details
-
getLevel
public int getLevel() -
setLevel
public void setLevel(int level) -
getKey
-
setKey
-