Package org.apache.wicket.util.resource
Class ResourceStreamNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.wicket.util.resource.ResourceStreamNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public final class ResourceStreamNotFoundException extends java.lang.ExceptionThrown if a required resource cannot be found.- Author:
- Jonathan Locke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceStreamNotFoundException()ConstructorResourceStreamNotFoundException(java.lang.String message)ConstructorResourceStreamNotFoundException(java.lang.String message, java.lang.Throwable cause)ConstructorResourceStreamNotFoundException(java.lang.Throwable cause)Constructor
-
-
-
Constructor Detail
-
ResourceStreamNotFoundException
public ResourceStreamNotFoundException()
Constructor
-
ResourceStreamNotFoundException
public ResourceStreamNotFoundException(java.lang.String message)
Constructor- Parameters:
message- Description of the problem
-
ResourceStreamNotFoundException
public ResourceStreamNotFoundException(java.lang.Throwable cause)
Constructor- Parameters:
cause- Nested stack trace
-
ResourceStreamNotFoundException
public ResourceStreamNotFoundException(java.lang.String message, java.lang.Throwable cause)Constructor- Parameters:
message- Description of the problemcause- Nested stack trace
-
-