org.davic.mpeg
Class ObjectUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.davic.mpeg.ObjectUnavailableException
- All Implemented Interfaces:
- Serializable
public class ObjectUnavailableException
- extends Exception
This exception must be thrown by MPEG related APIs when an object is
not available.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ObjectUnavailableException
public ObjectUnavailableException()
- Constructs a ObjectUnavailableException with no detail message
ObjectUnavailableException
public ObjectUnavailableException(String s)
- Constructs a ObjectUnavailableException with the specified detail message
- Parameters:
s
- the detail message