org.ajax4jsf.resource
Class ResourceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.faces.FacesException
                  extended by org.ajax4jsf.resource.ResourceNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ResourceNotFoundException
extends javax.faces.FacesException

Exception for throw in case of illegal creation of resource ( not existed file etc. )

Version:
$Revision: 1.1.2.1 $ $Date: 2007/01/09 18:57:08 $
Author:
asmirnov@exadel.com (latest modification by $Author: alexsmirnov $)
See Also:
Serialized Form

Constructor Summary
ResourceNotFoundException()
           
ResourceNotFoundException(java.lang.String arg0)
           
ResourceNotFoundException(java.lang.String arg0, java.lang.Throwable arg1)
           
ResourceNotFoundException(java.lang.Throwable arg0)
           
 
Method Summary
 
Methods inherited from class javax.faces.FacesException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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()

ResourceNotFoundException

public ResourceNotFoundException(java.lang.String arg0)
Parameters:
arg0 -

ResourceNotFoundException

public ResourceNotFoundException(java.lang.Throwable arg0)
Parameters:
arg0 -

ResourceNotFoundException

public ResourceNotFoundException(java.lang.String arg0,
                                 java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -


Copyright © 2010. All Rights Reserved.