com.google.wave.api.oauth.impl
Class OAuthServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.wave.api.oauth.impl.OAuthServiceException
- All Implemented Interfaces:
- java.io.Serializable
public class OAuthServiceException
- extends java.lang.Exception
A checked exception thrown by the Java robot oauth library.
- Author:
- kimwhite@google.com (Kimberly White)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OAuthServiceException
public OAuthServiceException()
OAuthServiceException
public OAuthServiceException(java.lang.String message)
OAuthServiceException
public OAuthServiceException(java.lang.Throwable cause)
OAuthServiceException
public OAuthServiceException(java.lang.String message,
java.lang.Throwable cause)