Package com.adobe.granite.auth.oauth
Class OAuthIdInUseException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- com.adobe.granite.auth.oauth.OAuthIdInUseException
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
@ProviderType public class OAuthIdInUseException extends java.lang.ExceptionMay 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) 
 -