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

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

There is a newer version: 1.3.1
Show newest version



   package org.dvb.dsmcc;

   import java.io.*;



/**
  * A NotLoadedException is thrown when an operation fails 
  * because information which is required to be loaded has not been.
  */

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy