Class ExternalIdentityException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalIdentityException
All Implemented Interfaces:
Serializable

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

    • ExternalIdentityException

      public ExternalIdentityException()
    • ExternalIdentityException

      public ExternalIdentityException(String message)
    • ExternalIdentityException

      public ExternalIdentityException(String message, Throwable cause)
    • ExternalIdentityException

      public ExternalIdentityException(Throwable cause)