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
public final class ResourceStreamNotFoundException extends Exception
Thrown if a required resource cannot be found.- Author:
- Jonathan Locke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceStreamNotFoundException()
ConstructorResourceStreamNotFoundException(String message)
ConstructorResourceStreamNotFoundException(String message, Throwable cause)
ConstructorResourceStreamNotFoundException(Throwable cause)
Constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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 problemcause
- Nested stack trace
-
-