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

com.geotab.http.exception.RegistrationException Maven / Gradle / Ivy

/*
 *
 * 2020 Copyright (C) Geotab Inc. All rights reserved.
 */

package com.geotab.http.exception;

/**
 * This exception is thrown when there is an exception creating/registering a new database.
 */
public class RegistrationException extends JsonRpcErrorDataException {

  public RegistrationException() {
  }

  public RegistrationException(String message) {
    super(message);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy