org.davic.mpeg
Class ObjectUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.davic.mpeg.ObjectUnavailableException
All Implemented Interfaces:
java.io.Serializable

public class ObjectUnavailableException
extends java.lang.Exception

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

See Also:
Serialized Form

Constructor Summary
ObjectUnavailableException()
          Constructs a ObjectUnavailableException with no detail message
ObjectUnavailableException(java.lang.String s)
          Constructs a ObjectUnavailableException with the specified detail message
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectUnavailableException

public ObjectUnavailableException()
Constructs a ObjectUnavailableException with no detail message


ObjectUnavailableException

public ObjectUnavailableException(java.lang.String s)
Constructs a ObjectUnavailableException with the specified detail message

Parameters:
s - the detail message