Class TrolieServerException

All Implemented Interfaces:
Serializable

public class TrolieServerException extends TrolieException
Exception that indicates a failure on the side of the TROLIE endpoint. Covers any non-functional failures, such as connection-loss, HTTP 500 errors etc.
See Also:
  • Constructor Details

    • TrolieServerException

      public TrolieServerException(int httpCode, String message, Throwable cause)
      Parameters:
      httpCode - HTTP code from the server
      message - message text, if applicable
      cause - parent, if applicable