Class ExternalIdentityException

  • All Implemented Interfaces:
    Serializable

    public class ExternalIdentityException
    extends Exception
    ExternalIdentityException is used to notify about errors when dealing with external identities.
    See Also:
    Serialized Form
    • Constructor Detail

      • ExternalIdentityException

        public ExternalIdentityException()
      • ExternalIdentityException

        public ExternalIdentityException​(String message)
      • ExternalIdentityException

        public ExternalIdentityException​(String message,
                                         Throwable cause)
      • ExternalIdentityException

        public ExternalIdentityException​(Throwable cause)