|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.shindig.gadgets.oauth.OAuthRequestException
public class OAuthRequestException
Thrown by OAuth request routines.
| Constructor Summary | |
|---|---|
OAuthRequestException(OAuthError error)
Create an exception and record information about the exception to be returned to the gadget. |
|
OAuthRequestException(OAuthError error,
String errorText)
Create an exception and record information about the exception to be returned to the gadget. |
|
OAuthRequestException(OAuthError error,
String errorText,
Throwable cause)
Create an exception and record information about the exception to be returned to the gadget. |
|
OAuthRequestException(String message)
Create an exception and record information about the exception to be returned to the gadget. |
|
OAuthRequestException(String error,
String errorText)
Create an exception and record information about the exception to be returned to the gadget. |
|
OAuthRequestException(String error,
String errorText,
Throwable cause)
Create an exception and record information about the exception to be returned to the gadget. |
|
OAuthRequestException(String message,
Throwable cause)
Create an exception and record information about the exception to be returned to the gadget. |
|
| Method Summary | |
|---|---|
String |
getError()
Get the error code |
String |
getErrorText()
Get a meaningful description of the exception |
String |
getMessage()
|
String |
toString()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OAuthRequestException(OAuthError error)
error -
public OAuthRequestException(OAuthError error,
String errorText)
error - errorText -
public OAuthRequestException(OAuthError error,
String errorText,
Throwable cause)
error - errorText - cause -
public OAuthRequestException(String error,
String errorText)
error - errorText -
public OAuthRequestException(String error,
String errorText,
Throwable cause)
error - errorText - cause - public OAuthRequestException(String message)
message -
public OAuthRequestException(String message,
Throwable cause)
message - cause - | Method Detail |
|---|
public String getError()
public String getErrorText()
public String getMessage()
getMessage in class Throwablepublic String toString()
toString in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||