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

com.hubspot.singularity.mesos.EventBufferOverflowException Maven / Gradle / Ivy

package com.hubspot.singularity.mesos;

class EventBufferOverflowException extends Exception {

  EventBufferOverflowException(String message) {
    super(message);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy