Package org.teiid.translator.google.api
Class SpreadsheetAuthException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.teiid.translator.google.api.SpreadsheetAuthException
-
- All Implemented Interfaces:
Serializable
public class SpreadsheetAuthException extends RuntimeException
Used for errors during authentication or authorization for GoogleSpreadsheet- Author:
- fnguyen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpreadsheetAuthException()
SpreadsheetAuthException(String message)
SpreadsheetAuthException(String message, Throwable cause)
SpreadsheetAuthException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-