Skip to content

Provide Message in Exceptions #53

@cschroedl-gov

Description

@cschroedl-gov

Many of the methods in this client can throw WebServiceExceptions, a ServiceStack class. This class does not override the Exception class' public String getMessage() method, so IDEs, test running suites, loggers, and other troubleshooting tools cannot provide helpful information to people who are debugging problems that arise while using the Java Aquarius SDK. Please contribute a fix to ServiceStack or switch to a different Exception class that does implement getMessage() and thereby provides helpful information to common troubleshooting tools.

Metadata

Metadata

Assignees

No one assigned

    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