Module org.apache.wicket.util
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:
Serializable
Thrown if a required resource cannot be found.
- Author:
- Jonathan Locke
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructorResourceStreamNotFoundException
(String message) ConstructorResourceStreamNotFoundException
(String message, Throwable cause) ConstructorConstructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceStreamNotFoundException
public ResourceStreamNotFoundException()Constructor -
ResourceStreamNotFoundException
Constructor- Parameters:
message
- Description of the problem
-
ResourceStreamNotFoundException
Constructor- Parameters:
cause
- Nested stack trace
-
ResourceStreamNotFoundException
Constructor- Parameters:
message
- Description of the problemcause
- Nested stack trace
-