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

org.dvb.dsmcc.NothingToAbortException Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version


   package org.dvb.dsmcc;

   import java.io.*;




/**
  * A NothingToAbortException is thrown when the abort method is called and
  * there is no loading in progress.
  *
  *
  */

   public class NothingToAbortException extends DSMCCException {
   
   /**
   * Construct a NothingToAbortException with no detail message
   *
   */
      public NothingToAbortException()
      {
      }
   
   /**
   * Construct a NothingToAbortException with the specified detail message
   * @param s the detail message
   */
      public NothingToAbortException(String s)
      {
      }  
   }








© 2015 - 2024 Weber Informatics LLC | Privacy Policy