Class IdentityException

  • All Implemented Interfaces:
    Serializable

    public class IdentityException
    extends Exception
    Exception encapsulates an error from trying to interact with an underlying identity.
    Since:
    7.1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • IdentityException

        public IdentityException​(String message,
                                 Throwable cause)
        Constructs a basic identity exception.
        Parameters:
        message - the reason for the error
        cause - the underlying cause