org.red5.server.api.stream
Class ResourceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.red5.server.api.stream.ResourceNotFoundException
All Implemented Interfaces:
Serializable

public class ResourceNotFoundException
extends Exception

Author:
daccattato
See Also:
Serialized Form

Constructor Summary
ResourceNotFoundException()
          Constructs a new ResourceNotFoundException.
ResourceNotFoundException(String message)
           
ResourceNotFoundException(String message, Throwable cause)
           
ResourceNotFoundException(Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceNotFoundException

public ResourceNotFoundException()
Constructs a new ResourceNotFoundException.


ResourceNotFoundException

public ResourceNotFoundException(String message,
                                 Throwable cause)

ResourceNotFoundException

public ResourceNotFoundException(String message)

ResourceNotFoundException

public ResourceNotFoundException(Throwable cause)


Copyright © 2006-2012 The Red5 Project