Class TargetUnreachableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
rgu.transport.algorithms.search.TargetUnreachableException
- All Implemented Interfaces:
Serializable
The specified target cannot be reached from the specified source.
- Author:
- Lee A. Christie
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorTargetUnreachableException(String message) Constructor with given message.TargetUnreachableException(String message, Throwable cause) Constructor with given message and cause.Constructor with given cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TargetUnreachableException
public TargetUnreachableException()Default constructor -
TargetUnreachableException
Constructor with given message.- Parameters:
message- the message, not null
-
TargetUnreachableException
-
TargetUnreachableException
Constructor with given cause.- Parameters:
cause- the cause, not null
-