public class SpreadsheetException extends RuntimeException
| Constructor and Description |
|---|
SpreadsheetException(String message,
Throwable cause)
Constructs a new Google Spreadsheet exception with the specified detail message and
cause.
|
SpreadsheetException(Throwable cause)
Constructs a new Google Spreadsheet exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SpreadsheetException(String message, Throwable cause)
message - the detail message.cause - the cause.public SpreadsheetException(Throwable cause)
cause - the cause.Copyright © 2022. All rights reserved.