Class ApiException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.signalquest.api.ApiException
All Implemented Interfaces:
Serializable

public class ApiException extends Exception
API exceptions with developer-friendly messages.
See Also:
  • Method Details

    • getMessage

      public String getMessage()
      The developer-friendly exception message; not intended for displaying to end-users
      Overrides:
      getMessage in class Throwable