Class ClusterException

All Implemented Interfaces:
Serializable

public class ClusterException extends CrawlerException
Runtime exception for cache-related errors.
See Also:
  • Constructor Details

    • ClusterException

      public ClusterException()
    • ClusterException

      public ClusterException(String message)
    • ClusterException

      public ClusterException(Throwable cause)
    • ClusterException

      public ClusterException(String message, Throwable cause)