Class ResourceNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.aether.transport.file.ResourceNotFoundException
All Implemented Interfaces:
Serializable

class ResourceNotFoundException extends IOException
Special exception type used instead of FileNotFoundException to avoid misinterpretation of errors unrelated to the remote resource.
  • Constructor Details

    • ResourceNotFoundException

      ResourceNotFoundException(String message)