This exception may be thrown by a LoginModule if it determines that authentication is being attempted on a locked account.
Constructs a AccountLockedException with no detail message. A detail message is a String that describes this particular exception. super();
super();
Constructs a AccountLockedException with the specified detail message. A detail message is a String that describes this particular exception. parammsg the detail message. super(msg);
super(msg);