Uses of Enum Class
io.meeds.oauth.exception.OAuthExceptionCode
Packages that use OAuthExceptionCode
-
Uses of OAuthExceptionCode in io.meeds.oauth.exception
Methods in io.meeds.oauth.exception that return OAuthExceptionCodeModifier and TypeMethodDescriptionOAuthException.getExceptionCode()static OAuthExceptionCodeReturns the enum constant of this class with the specified name.static OAuthExceptionCode[]OAuthExceptionCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.meeds.oauth.exception with parameters of type OAuthExceptionCodeModifierConstructorDescriptionOAuthException(OAuthExceptionCode exceptionCode, String message) OAuthException(OAuthExceptionCode exceptionCode, String message, Throwable cause) OAuthException(OAuthExceptionCode exceptionCode, Throwable cause) OAuthException(OAuthExceptionCode exceptionCode, Map<String, Object> exceptionAttributes, String message) OAuthException(OAuthExceptionCode exceptionCode, Map<String, Object> exceptionAttributes, String message, Throwable cause) OAuthException(OAuthExceptionCode exceptionCode, Map<String, Object> exceptionAttributes, Throwable cause)