Class 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 Detail

      • SpreadsheetAuthException

        public SpreadsheetAuthException()
      • SpreadsheetAuthException

        public SpreadsheetAuthException​(String message,
                                        Throwable cause)
      • SpreadsheetAuthException

        public SpreadsheetAuthException​(String message)
      • SpreadsheetAuthException

        public SpreadsheetAuthException​(Throwable cause)