org.nuiton.util
Class ResourceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.nuiton.util.ResourceException
                  extended by org.nuiton.util.ResourceNotFoundException
All Implemented Interfaces:
Serializable

public class ResourceNotFoundException
extends ResourceException

See Also:
Serialized Form

Constructor Summary
ResourceNotFoundException(String msg)
           
ResourceNotFoundException(String msg, Throwable e)
           
 
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(String msg)

ResourceNotFoundException

public ResourceNotFoundException(String msg,
                                 Throwable e)


Copyright © 2004-2009 CodeLutin. All Rights Reserved.