- All Implemented Interfaces:
java.io.Serializable, oracle.kv.impl.util.FastExternalizable
public class AuthenticationRequiredException
extends KVSecurityException
This exception is thrown when a secured operation is attempted and the
client is not currently authenticated. This can occur either if the client
did not supply login credentials either directly or by specifying a login
file, or it can occur if login credentials were specified, but the login
session has expired, requiring that the client reauthenticate itself.
The client application should reauthenticate before retrying the operation.
- Since:
- 3.0
- See Also:
- Serialized Form