Class UserBlockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mendix.systemwideinterfaces.MendixRuntimeException
com.mendix.systemwideinterfaces.core.UserException
com.mendix.systemwideinterfaces.core.AuthenticationRuntimeException
com.mendix.systemwideinterfaces.core.UserBlockedException
- All Implemented Interfaces:
Serializable
This exception is thrown when access is denied to a user because the user is blocked.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.mendix.systemwideinterfaces.core.UserException
UserException.ExceptionCategory
-
Constructor Summary
ConstructorDescriptionUserBlockedException
(String message) Creates an exception with the specified message. -
Method Summary
Methods inherited from class com.mendix.systemwideinterfaces.core.UserException
fillInStackTrace, getCategory, getDataValidationFeedback, toString
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
UserBlockedException
Creates an exception with the specified message.- Parameters:
message
- the exception message
-