Class ResourceFactoryNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.gargoylesoftware.base.resource.ResourceFactoryNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ResourceFactoryNotFoundException extends java.lang.RuntimeException
Thrown when the specified resource factory cannot be found.- Version:
- $Revision: 1.4 $
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ResourceFactoryNotFoundException(java.lang.String message)
Create an instance
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-