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

com.devonfw.cobigen.api.exception.CobiGenCancellationException Maven / Gradle / Ivy

The newest version!
package com.devonfw.cobigen.api.exception;

import java.util.concurrent.CancellationException;

/**
 * Exception is thrown if the generation Process is Cancelled
 */
public class CobiGenCancellationException extends CancellationException {

  /**
   * Default serial version UID.
   */
  private static final long serialVersionUID = 1L;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy