Class ResourceNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class ResourceNotFoundException
    extends IOException
    The exception ResourceNotFoundException is thrown when a required Java resource was not found.
    Since:
    4.2
    Version:
    17.0 2020-01-04 14:41:35
    Author:
    Stéphane GALLAND, $Author: willaume$
    See Also:
    Serialized Form
    Maven Group Id:
    org.arakhne.afc.core
    Maven Artifact Id:
    vmutils
    • Constructor Detail

      • ResourceNotFoundException

        public ResourceNotFoundException()
        Construct the exception.
      • ResourceNotFoundException

        public ResourceNotFoundException​(String message)
        Construct the exception.
        Parameters:
        message - the exception message.
      • ResourceNotFoundException

        public ResourceNotFoundException​(Throwable cause)
        Construct the exception.
        Parameters:
        cause - the cause of the exception.
      • ResourceNotFoundException

        public ResourceNotFoundException​(String message,
                                         Throwable cause)
        Construct the exception.
        Parameters:
        message - the exception message.
        cause - the cause of the exception.