Class FilesystemCollectorException

All Implemented Interfaces:
Serializable

@Deprecated public class FilesystemCollectorException extends CollectorException
Deprecated.
as of 2.7.0 use CollectorException
Runtime exception for most unrecoverable issues thrown by Filesystem Collector classes.
Author:
Pascal Dimassimo, Pascal Essiembre
See Also:
  • Constructor Details

    • FilesystemCollectorException

      public FilesystemCollectorException()
      Deprecated.
    • FilesystemCollectorException

      public FilesystemCollectorException(String message)
      Deprecated.
    • FilesystemCollectorException

      public FilesystemCollectorException(Throwable cause)
      Deprecated.
    • FilesystemCollectorException

      public FilesystemCollectorException(String message, Throwable cause)
      Deprecated.