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

org.davic.mpeg.ObjectUnavailableException Maven / Gradle / Ivy

package org.davic.mpeg;

/**
  * This exception must be thrown by MPEG related APIs when an object is 
  * not available.
  *
  */

public class ObjectUnavailableException extends java.lang.Exception
{
  /**
   * Constructs a ObjectUnavailableException with no detail message
   */
  public ObjectUnavailableException()
  {
  }
  /**
   * Constructs a ObjectUnavailableException with the specified detail message
   * @param s the detail message
   */
  public ObjectUnavailableException(String s)
  {
  }
}









© 2015 - 2024 Weber Informatics LLC | Privacy Policy