Class ApiLoaderException

All Implemented Interfaces:
Serializable

public class ApiLoaderException extends RuntimeException
Exception thrown when ApiDecisionLoader fails to load a decision from the API.
See Also:
  • Constructor Details

    • ApiLoaderException

      public ApiLoaderException(String message)
      Create exception with message.
      Parameters:
      message - Error message
    • ApiLoaderException

      public ApiLoaderException(String message, Throwable cause)
      Create exception with message and cause.
      Parameters:
      message - Error message
      cause - Underlying cause