Class ResourceNotFoundException

All Implemented Interfaces:
Serializable

public class ResourceNotFoundException extends ClassLoaderException
Exception thrown on not found resources within a LoadedLibrary
See Also:
  • Constructor Details

    • ResourceNotFoundException

      protected ResourceNotFoundException(String resource, String library)
      create a new exception
      Parameters:
      resource - A resource name
      library - A library name
    • ResourceNotFoundException

      protected ResourceNotFoundException(String resource, String library, Throwable cause)
      create a new exception
      Parameters:
      resource - A resource name
      library - A library name
      cause - A reason for this exception