com.ibm.oauth.core.api.error.oauth20

Class OAuth20ExceptionUtil

  1. java.lang.Object
  2. extended bycom.ibm.oauth.core.api.error.oauth20.OAuth20ExceptionUtil

  1. public class OAuth20ExceptionUtil
  2. extends java.lang.Object

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.util.Map<java.lang.Class<?>,java.lang.String>
exceptionMessage

Constructor Summary

Constructor and Description
OAuth20ExceptionUtil()

Method Summary

Modifier and Type Method and Description
  1. static
  2. java.lang.String
getMessage(OAuthException e,java.util.Locale locale)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

exceptionMessage

  1. public static java.util.Map<java.lang.Class<?>,java.lang.String> exceptionMessage

Constructor Detail

OAuth20ExceptionUtil

  1. public OAuth20ExceptionUtil()

Method Detail

getMessage

  1. public static java.lang.String getMessage( OAuthException e,
  2. java.util.Locale locale)