Class OAuth2ApplicationClientCredentialUserIdException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.oauth2.provider.exception.OAuth2ApplicationClientCredentialUserIdException
All Implemented Interfaces:
Serializable

public class OAuth2ApplicationClientCredentialUserIdException extends com.liferay.portal.kernel.exception.PortalException
See Also:
  • Constructor Details

    • OAuth2ApplicationClientCredentialUserIdException

      @Deprecated public OAuth2ApplicationClientCredentialUserIdException()
      Deprecated.
      As of Mueller (7.2.x)
    • OAuth2ApplicationClientCredentialUserIdException

      public OAuth2ApplicationClientCredentialUserIdException(long userId, String userScreenName, long clientCredentialUserId, String clientCredentialUserScreenName)
    • OAuth2ApplicationClientCredentialUserIdException

      @Deprecated public OAuth2ApplicationClientCredentialUserIdException(String msg)
      Deprecated.
      As of Mueller (7.2.x)
    • OAuth2ApplicationClientCredentialUserIdException

      @Deprecated public OAuth2ApplicationClientCredentialUserIdException(String msg, Throwable throwable)
      Deprecated.
      As of Mueller (7.2.x)
    • OAuth2ApplicationClientCredentialUserIdException

      @Deprecated public OAuth2ApplicationClientCredentialUserIdException(Throwable throwable)
      Deprecated.
      As of Mueller (7.2.x)
  • Method Details

    • getClientCredentialUserId

      public long getClientCredentialUserId()
    • getClientCredentialUserScreenName

      public String getClientCredentialUserScreenName()
    • getUserId

      public long getUserId()
    • getUserScreenName

      public String getUserScreenName()