Class TargetUnreachableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
rgu.transport.algorithms.search.TargetUnreachableException
All Implemented Interfaces:
Serializable

public final class TargetUnreachableException extends Exception
The specified target cannot be reached from the specified source.
Author:
Lee A. Christie
See Also:
  • Constructor Details

    • TargetUnreachableException

      public TargetUnreachableException()
      Default constructor
    • TargetUnreachableException

      public TargetUnreachableException(String message)
      Constructor with given message.
      Parameters:
      message - the message, not null
    • TargetUnreachableException

      public TargetUnreachableException(String message, Throwable cause)
      Constructor with given message and cause.
      Parameters:
      message - the message, not null
      cause - the cause, not null
    • TargetUnreachableException

      public TargetUnreachableException(Throwable cause)
      Constructor with given cause.
      Parameters:
      cause - the cause, not null