Class OAuth20InvalidClientSecretException

  • All Implemented Interfaces:
    java.io.Serializable

    public class OAuth20InvalidClientSecretException
    extends OAuth20Exception
    Represents an invalid client secret exception in an OAuth request.
    See Also:
    Serialized Form
    • Constructor Detail

      • OAuth20InvalidClientSecretException

        public OAuth20InvalidClientSecretException​(java.lang.String clientId)
        Creates a OAuth20InvalidClientSecretException.
        Parameters:
        clientId - A client's ID.
      • OAuth20InvalidClientSecretException

        public OAuth20InvalidClientSecretException​(java.lang.String msgKey,
                                                   java.lang.String clientId)
    • Method Detail

      • formatSelf

        public java.lang.String formatSelf​(java.util.Locale locale,
                                           java.lang.String encoding)
        Overrides:
        formatSelf in class OAuth20Exception
      • getClientId

        public java.lang.String getClientId()
        Returns:
        the client ID in the request.