Class PathNotFoundException

All Implemented Interfaces:
Serializable

public class PathNotFoundException extends ReplicationException
This exception is thrown when the path to replicate is not found.
See Also:
  • Constructor Details

    • PathNotFoundException

      public PathNotFoundException(String s)
      Creates a PathNotFoundException given a message describing the failure cause
      Parameters:
      s - description
    • PathNotFoundException

      public PathNotFoundException(String s, Exception e)
      Creates a PathNotFoundException given a message describing the failure cause and a root exception
      Parameters:
      s - description
      e - root failure cause
    • PathNotFoundException

      public PathNotFoundException(Exception e)
      Creates a PathNotFoundException given a root exception
      Parameters:
      e - root failure cause