All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hubspot.horizon.HttpRuntimeException Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package com.hubspot.horizon;

import com.google.common.base.Preconditions;

public class HttpRuntimeException extends RuntimeException {

  public HttpRuntimeException(Throwable cause) {
    super(Preconditions.checkNotNull(cause));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy