Class FileSystemInteractionException

  • All Implemented Interfaces:
    Serializable

    public class FileSystemInteractionException
    extends ConverterException
    This exception is thrown when a file on the file system cannot be read or written or when a script file cannot be executed. Usually, this is a wrapper for an IOException.
    See Also:
    Serialized Form
    • Constructor Detail

      • FileSystemInteractionException

        public FileSystemInteractionException​(String message)
      • FileSystemInteractionException

        public FileSystemInteractionException​(String message,
                                              Throwable cause)