Class AuthenticationRuntimeException
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
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- UserBlockedException
This exception is thrown when authentication fails.
 
It  can be explicitly caught when calling Core.login(java.util.Map<java.lang.String, ? extends java.lang.Object>) to deal with failed login attempts.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class com.mendix.systemwideinterfaces.core.UserExceptionUserException.ExceptionCategory
- 
Constructor SummaryConstructorsConstructorDescriptionAuthenticationRuntimeException(String message) Creates an exception with the specified message.
- 
Method SummaryMethods inherited from class com.mendix.systemwideinterfaces.core.UserExceptionfillInStackTrace, getCategory, getDataValidationFeedback, toStringMethods inherited from class java.lang.ThrowableaddSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
- 
Constructor Details- 
AuthenticationRuntimeExceptionCreates an exception with the specified message.- Parameters:
- message- the exception message
 
 
-