Package Summary  Overview Summary

class:UserPrincipalNotFoundException [NONE]

constructor:UserPrincipalNotFoundException(java.lang.String) [NONE]

  • UserPrincipalNotFoundException

    public UserPrincipalNotFoundException(String name)
    Constructs an instance of this class.
    Parameters:
    name - the principal name; may be null

method:getName() [NONE]

  • getName

    public String getName()
    Returns the user principal name if this exception was created with the user principal name that was not found, otherwise null.
    Returns:
    the user principal name or null

© 2017 Oracle Corporation and/or its affiliates