Class ExternalIdentityException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExternalIdentityException
    extends java.lang.Exception
    ExternalIdentityException is used to notify about errors when dealing with external identities.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ExternalIdentityException

        public ExternalIdentityException()
      • ExternalIdentityException

        public ExternalIdentityException​(java.lang.String message)
      • ExternalIdentityException

        public ExternalIdentityException​(java.lang.String message,
                                         java.lang.Throwable cause)
      • ExternalIdentityException

        public ExternalIdentityException​(java.lang.Throwable cause)