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
Deprecated.
since 10.18. This class will be removed in Mendix 11. There is no replacement.
This class is meant for internal use only.
AdminException is thrown when exceptions occur while running an Admin action
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.Creates new AdminException.AdminException
(String message) Deprecated.AdminException
(String message, int resultcode) Deprecated.AdminException
(String message, int resultcode, com.mendix.thirdparty.org.json.JSONObject feedback) Deprecated.AdminException
(String message, int resultcode, Throwable cause) Deprecated.AdminException
(String message, String actionName) Deprecated.AdminException
(String message, String actionName, int resultcode, Throwable cause) Deprecated.AdminException
(String message, String actionName, Throwable cause, int resultcode, com.mendix.thirdparty.org.json.JSONObject feedback) Deprecated.AdminException
(String message, Throwable cause) Deprecated.AdminException
(String message, Throwable cause, int resultcode, com.mendix.thirdparty.org.json.JSONObject feedback) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.com.mendix.thirdparty.org.json.JSONObject
Deprecated.int
Deprecated.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()Deprecated.Creates new AdminException. -
AdminException
Deprecated. -
AdminException
Deprecated. -
AdminException
Deprecated. -
AdminException
Deprecated. -
AdminException
Deprecated. -
AdminException
public AdminException(String message, int resultcode, com.mendix.thirdparty.org.json.JSONObject feedback) Deprecated. -
AdminException
public AdminException(String message, Throwable cause, int resultcode, com.mendix.thirdparty.org.json.JSONObject feedback) Deprecated. -
AdminException
Deprecated. -
AdminException
public AdminException(String message, String actionName, Throwable cause, int resultcode, com.mendix.thirdparty.org.json.JSONObject feedback) Deprecated.
-
-
Method Details
-
getFeedback
public com.mendix.thirdparty.org.json.JSONObject getFeedback()Deprecated. -
getResultCode
public int getResultCode()Deprecated. -
getActionName
Deprecated.
-