Class OAuth20MediatorException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.ibm.oauth.core.api.error.OAuthException
- 
- com.ibm.oauth.core.api.error.oauth20.OAuth20Exception
- 
- com.ibm.oauth.core.api.error.oauth20.OAuth20MediatorException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class OAuth20MediatorException extends OAuth20Exception Represents a mediation exception in an OAuth request. The component consumer that implements OAuth20Mediator throws this exception if an error occurs during Mediator processing.- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class com.ibm.oauth.core.api.error.oauth20.OAuth20ExceptionACCESS_DENIED, INSUFFICIENT_SCOPE, INVALID_CLIENT, INVALID_GRANT, INVALID_REQUEST, INVALID_SCOPE, INVALID_TOKEN, SERVER_ERROR, TEMPORARILY_UNAVAILABLE, UNAUTHORIZED_CLIENT, UNSUPPORED_GRANT_TPE, UNSUPPORTED_RESPONSE_TPE
 
- 
 - 
Constructor SummaryConstructors Constructor Description OAuth20MediatorException(java.lang.String msg, java.lang.Throwable cause)Creates a OAuth20MediatorException.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringformatSelf(java.util.Locale locale, java.lang.String encoding)- 
Methods inherited from class com.ibm.oauth.core.api.error.oauth20.OAuth20ExceptiongetError
 
- 
 
- 
- 
- 
Method Detail- 
formatSelfpublic java.lang.String formatSelf(java.util.Locale locale, java.lang.String encoding)- Overrides:
- formatSelfin class- OAuth20Exception
 
 
- 
 
-