Skip to content

BaseServiceException should not extend RuntimeException #703

Closed
@dimo414

Description

@dimo414

Maybe this ship has already sailed, but if it's still possible BaseServiceException should not extend RuntimeException. As is, I can't confidently make any calls to a gcloud-java method without wrapping them in a try-catch block, and should I accidentally miss one it could cause my whole application to crash. I would suggest it extend IOException instead, but just extending Exception would be great.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions