This exception may be thrown by a LoginModule if it is unable to locate an account necessary to perform authentication.
Constructs a AccountNotFoundException with no detail message. A detail message is a String that describes this particular exception. super();
super();
Constructs a AccountNotFoundException with the specified detail message. A detail message is a String that describes this particular exception. parammsg the detail message. super(msg);
super(msg);