public class ModuleMgtException extends Exception
Modifier and Type | Field and Description |
---|---|
static int |
ERROR |
static int |
INFO |
static int |
WARNING |
Constructor and Description |
---|
ModuleMgtException(int level,
String key) |
ModuleMgtException(String key) |
ModuleMgtException(Throwable cause,
int level,
String key) |
ModuleMgtException(Throwable cause,
String key) |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
int |
getLevel() |
void |
setKey(String key) |
void |
setLevel(int level) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final int INFO
public static final int WARNING
public static final int ERROR
Copyright © 2022 WSO2. All rights reserved.