Serializable
public class AccountNotFoundException extends AccountException
This exception may be thrown by a LoginModule if it is unable to locate an account necessary to perform authentication.
public AccountNotFoundException()
public AccountNotFoundException(String msg)
msg
© 2017 Oracle Corporation and/or its affiliates