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, for removal: This API element is subject to removal in a future version.
since 10.18. This class will be removed in Mendix 11. There is no replacement.
AdminException is thrown when exceptions occur while running an Admin action.
This class is meant for internal use only.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAdminException(String message, Throwable cause) Deprecated, for removal: This API element is subject to removal in a future version.Create new AdminException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AdminException
Deprecated, for removal: This API element is subject to removal in a future version.Create new AdminException.- Parameters:
message- the message of this AdminException.cause- the cause of this AdminException.
-