org.davic.mpeg
Class ResourceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.davic.mpeg.ResourceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TuningException

public class ResourceException
extends java.lang.Exception

This exception must be thrown by MPEG related APIs when an operation could not be performed due to lack of resources.

See Also:
Serialized Form

Constructor Summary
ResourceException()
          Constructs a ResourceException with no detail message
ResourceException(java.lang.String s)
          Constructs a ResourceException with the specified detail message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceException

public ResourceException()
Constructs a ResourceException with no detail message


ResourceException

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

Parameters:
s - the detail message