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:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated. -
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
-
Field Details
-
ERR_NO_EXISTING_DB
Deprecated.- See Also:
-
ERR_INVALID_DB_STRUCTURE
Deprecated.- See Also:
-
ERR_MISSING_MF_CONSTANT
Deprecated.- See Also:
-
ERR_ADMIN_1
Deprecated.- See Also:
-
ERR_INVALID_STATE
Deprecated.- See Also:
-
ERR_MISSING_DTAP
Deprecated.- See Also:
-
ERR_MISSING_BASEPATH
Deprecated.- See Also:
-
ERR_MISSING_RUNTIMEPATH
Deprecated.- See Also:
-
ERR_INVALID_KEY
Deprecated.- See Also:
-
ERR_NO_MOBILE_IN_LICENSE
Deprecated.- See Also:
-
ERR_SECURITY_DISABLED
Deprecated.- See Also:
-
ERR_STARTUP_ACTION_FAILED
Deprecated.- See Also:
-
ERR_FAILED
Deprecated.- See Also:
-
ERR_NEW_PASSWORD_REFUSED
Deprecated.- See Also:
-
ERR_NO_PING
Deprecated.- See Also:
-
ERR_INVALID_TYPE
Deprecated.- See Also:
-
ERR_NAME_EXISTS
Deprecated.- See Also:
-
ERR_ALREADY_LOGGING
Deprecated.- See Also:
-
ERR_UNKNOWN
Deprecated.- See Also:
-
-
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
-