Class DfUnreachableLocationException

All Implemented Interfaces:
IDfException, Serializable

public class DfUnreachableLocationException extends DfSearchException
This exception is thrown when the target location is unreachable.
See Also:
  • Constructor Details

    • DfUnreachableLocationException

      public DfUnreachableLocationException()
      Constructs a new DfUnreachableLocationException.
    • DfUnreachableLocationException

      public DfUnreachableLocationException(Throwable cause)
      Constructs a new DfUnreachableLocationException.
      Parameters:
      cause - The exception that caused this exception to be thrown.