Package Summary  Overview Summary

class:CredentialException [NONE]

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CredentialExpiredException, CredentialNotFoundException

public class CredentialException
extends LoginException
A generic credential exception.
Since:
1.5
See Also:
Serialized Form

constructor:CredentialException() [NONE]

  • CredentialException

    public CredentialException()
    Constructs a CredentialException with no detail message. A detail message is a String that describes this particular exception.
  • constructor:CredentialException(java.lang.String) [NONE]

    CredentialException

    public CredentialException?(String msg)
    Constructs a CredentialException with the specified detail message. A detail message is a String that describes this particular exception.
    Parameters:
    msg - the detail message.

    © 2021 Oracle Corporation and/or its affiliates