org.apache.wicket.util.resource
Class ResourceStreamNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.wicket.util.resource.ResourceStreamNotFoundException
All Implemented Interfaces:
Serializable

public final class ResourceStreamNotFoundException
extends Exception

Thrown if a required resource cannot be found.

Author:
Jonathan Locke
See Also:
Serialized Form

Constructor Summary
ResourceStreamNotFoundException()
          Constructor
ResourceStreamNotFoundException(String message)
          Constructor
ResourceStreamNotFoundException(String message, Throwable cause)
          Constructor
ResourceStreamNotFoundException(Throwable cause)
          Constructor
 
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

ResourceStreamNotFoundException

public ResourceStreamNotFoundException()
Constructor


ResourceStreamNotFoundException

public ResourceStreamNotFoundException(String message)
Constructor

Parameters:
message - Description of the problem

ResourceStreamNotFoundException

public ResourceStreamNotFoundException(Throwable cause)
Constructor

Parameters:
cause - Nested stack trace

ResourceStreamNotFoundException

public ResourceStreamNotFoundException(String message,
                                       Throwable cause)
Constructor

Parameters:
message - Description of the problem
cause - Nested stack trace


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.