Class UnsupportedGrantTypeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnsupportedGrantTypeException
    extends OAuthException
    UnsupportedGrantTypeException is raised when an unuspported grant type parameter is specified.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UnsupportedGrantTypeException​(java.lang.String code, java.lang.String description, java.lang.String requestId, java.lang.Integer statusCode, java.lang.Throwable e)  
    • Constructor Detail

      • UnsupportedGrantTypeException

        public UnsupportedGrantTypeException​(java.lang.String code,
                                             java.lang.String description,
                                             java.lang.String requestId,
                                             java.lang.Integer statusCode,
                                             java.lang.Throwable e)