Class ResourceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
i5.las2peer.classLoaders.ClassLoaderException
i5.las2peer.classLoaders.libraries.ResourceNotFoundException
- All Implemented Interfaces:
Serializable
Exception thrown on not found resources within a LoadedLibrary
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ResourceNotFoundException
(String resource, String library) create a new exceptionprotected
ResourceNotFoundException
(String resource, String library, Throwable cause) create a new exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceNotFoundException
create a new exception- Parameters:
resource
- A resource namelibrary
- A library name
-
ResourceNotFoundException
create a new exception- Parameters:
resource
- A resource namelibrary
- A library namecause
- A reason for this exception
-