Class AdminException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mendix.m2ee.api.AdminException
All Implemented Interfaces:
Serializable

@Deprecated public class AdminException extends Exception
Deprecated.
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 Details

    • AdminException

      public AdminException(String message, Throwable cause)
      Deprecated.
      Create new AdminException.
      Parameters:
      message - the message of this AdminException.
      cause - the cause of this AdminException.