Class ResourceNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.eclipse.aether.transport.classpath.ResourceNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
class ResourceNotFoundException extends java.io.IOException
Special exception type used instead ofFileNotFoundException
to avoid misinterpretation of errors unrelated to the remote resource.
-
-
Constructor Summary
Constructors Constructor Description ResourceNotFoundException(java.lang.String message)
-