Package org.teiid.translator.google.api
Class SpreadsheetOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.teiid.translator.google.api.SpreadsheetOperationException
-
- All Implemented Interfaces:
Serializable
public class SpreadsheetOperationException extends RuntimeException
Any error during quering or inserting data to Google Spreadsheet- Author:
- fnguyen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpreadsheetOperationException()
SpreadsheetOperationException(String message)
SpreadsheetOperationException(String message, Throwable cause)
SpreadsheetOperationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SpreadsheetOperationException
public SpreadsheetOperationException()
-
SpreadsheetOperationException
public SpreadsheetOperationException(String message, Throwable cause)
-
SpreadsheetOperationException
public SpreadsheetOperationException(String message)
-
SpreadsheetOperationException
public SpreadsheetOperationException(Throwable cause)
-
-