com.google.wave.api.oauth.impl
Class OAuthServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
OAuthServiceException()
           
OAuthServiceException(java.lang.String message)
           
OAuthServiceException(java.lang.String message, java.lang.Throwable cause)
           
OAuthServiceException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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)