Package com.jalios.jcms.authentication
Class AuthenticationThrottledError
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Error
 - 
- com.jalios.jcms.authentication.AuthenticationThrottledError
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class AuthenticationThrottledError extends java.lang.ErrorError thrown byAuthenticationContext.throttleIfNeeded(String, Class)to interrupt authentication chain when throttling is required.- Since:
 - jcms-10.0.7 / JCMS-8083
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AuthenticationThrottledError() 
 -