Class OAuthIdInUseException

  • All Implemented Interfaces:
    java.io.Serializable

    @ProviderType
    public class OAuthIdInUseException
    extends java.lang.Exception
    May be thrown when attempting to link an OAuth user to a CRX user when OAuth ID is already linked to another user
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      OAuthIdInUseException​(java.lang.String message)  
    • 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

      • OAuthIdInUseException

        public OAuthIdInUseException​(java.lang.String message)