Class EssApiException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DrillthroughColumnMismatchException, NoSuchEssbaseObjectException

public class EssApiException extends RuntimeException
A general, unchecked exception that we can be used to wrap the ApiException checked exceptions that are all over the generated client code. This class will try and inspect the original exception in order to come up with the best and most informative error message possible, namely by extracting the errorMessage key from the response body in the original exception, if any.
See Also:
  • Constructor Details

    • EssApiException

      public EssApiException(String message)
    • EssApiException

      public EssApiException(Throwable throwable)
  • Method Details