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

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

There is a newer version: 1.3.1
Show newest version


   package org.dvb.dsmcc;

   import java.io.*;



/**
  * The DSMCCException is the root class of all DSMCC related exceptions
  *
  */

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy