Package com.mendix.m2ee.api
Class AdminException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mendix.m2ee.api.AdminException
- All Implemented Interfaces:
Serializable
This class is meant for internal use only.
AdminException is thrown when exceptions occur while running an Admin action
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates new AdminException.AdminException
(String message) AdminException
(String message, int resultcode) AdminException
(String message, int resultcode, com.mendix.thirdparty.org.json.JSONObject feedback) AdminException
(String message, int resultcode, Throwable cause) AdminException
(String message, String actionName) AdminException
(String message, String actionName, int resultcode, Throwable cause) AdminException
(String message, String actionName, Throwable cause, int resultcode, com.mendix.thirdparty.org.json.JSONObject feedback) AdminException
(String message, Throwable cause) AdminException
(String message, Throwable cause, int resultcode, com.mendix.thirdparty.org.json.JSONObject feedback) -
Method Summary
Modifier and TypeMethodDescriptioncom.mendix.thirdparty.org.json.JSONObject
int
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AdminException
public AdminException()Creates new AdminException. -
AdminException
-
AdminException
-
AdminException
-
AdminException
-
AdminException
-
AdminException
public AdminException(String message, int resultcode, com.mendix.thirdparty.org.json.JSONObject feedback) -
AdminException
-
AdminException
-
AdminException
-
-
Method Details
-
getFeedback
public com.mendix.thirdparty.org.json.JSONObject getFeedback() -
getResultCode
public int getResultCode() -
getActionName
-