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

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait