Class FileNotFoundInDestinationException

  • All Implemented Interfaces:
    Serializable

    public class FileNotFoundInDestinationException
    extends BaseUncheckedException
    FileNotFoundInDestinationException occurs when file is not present in destination location .
    Author:
    Sowmya Goudar
    See Also:
    Serialized Form
    • Constructor Detail

      • FileNotFoundInDestinationException

        public FileNotFoundInDestinationException()
        Instantiates a new file not found in destination exception.
      • FileNotFoundInDestinationException

        public FileNotFoundInDestinationException​(String errorMessage)
        Instantiates a new file not found in destination exception.
        Parameters:
        errorMessage - the error message
      • FileNotFoundInDestinationException

        public FileNotFoundInDestinationException​(String message,
                                                  Throwable cause)
        Instantiates a new file not found in destination exception.
        Parameters:
        message - the message
        cause - the cause