org.sapia.resource
Class ResourceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.sapia.resource.ResourceNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ResourceNotFoundException
extends java.io.IOException

Thrown when a resource could not be found.

Author:
yduchesne
See Also:
ResourceHandler, Serialized Form

Constructor Summary
ResourceNotFoundException(java.lang.String msg)
          Creates a new instance of ResourceNotFoundException
 
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(java.lang.String msg)
Creates a new instance of ResourceNotFoundException



Copyright © 2011 Sapia OSS. All Rights Reserved.