Package org.powertac.visualizer.security
Class UserNotActivatedException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.springframework.security.core.AuthenticationException
 - 
- org.powertac.visualizer.security.UserNotActivatedException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class UserNotActivatedException extends org.springframework.security.core.AuthenticationExceptionThis exception is throw in case of a not activated user trying to authenticate.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description UserNotActivatedException(String message)UserNotActivatedException(String message, Throwable t) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -