Package i5.las2peer.classLoaders
Class LibraryNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
i5.las2peer.classLoaders.ClassLoaderException
i5.las2peer.classLoaders.LibraryNotFoundException
- All Implemented Interfaces:
java.io.Serializable
public class LibraryNotFoundException extends ClassLoaderException
exception thrown if a requested library cannot be found in a repository
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description LibraryNotFoundException(java.lang.String message)LibraryNotFoundException(java.lang.String message, java.lang.Throwable cause)LibraryNotFoundException(java.lang.Throwable cause) -
Method Summary
-
Constructor Details
-
LibraryNotFoundException
public LibraryNotFoundException(java.lang.String message) -
LibraryNotFoundException
public LibraryNotFoundException(java.lang.Throwable cause) -
LibraryNotFoundException
public LibraryNotFoundException(java.lang.String message, java.lang.Throwable cause)
-