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

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

There is a newer version: 1.3.1
Show newest version


   package org.dvb.dsmcc;

   import java.io.*;




/**
  * An InvalidAddressException is thrown when the format of an NSAP address
  * is not recognized.
  *
  *
  */

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy