Class LibraryNotFoundException

All Implemented Interfaces:
Serializable

public class LibraryNotFoundException extends ClassLoaderException
exception thrown if a requested library cannot be found in a repository
See Also:
  • Constructor Details

    • LibraryNotFoundException

      public LibraryNotFoundException(String message)
    • LibraryNotFoundException

      public LibraryNotFoundException(Throwable cause)
    • LibraryNotFoundException

      public LibraryNotFoundException(String message, Throwable cause)