com.sun.n1.sps.model.util
Interface TraceFailed


public interface TraceFailed

This exception is thrown when a traceroute invocation fails.


Method Summary
 java.lang.String getMessage()
          Return the error message string in the default locale.
 TraceResult getPartialResult()
          Returns the partially filled TraceResult object, containing the successful hops before this error was encountered.
 

Method Detail

getPartialResult

TraceResult getPartialResult()
Returns the partially filled TraceResult object, containing the successful hops before this error was encountered.

Returns:
The partially filled TraceResult.

getMessage

java.lang.String getMessage()
Return the error message string in the default locale.

Returns:
The Human-readible string including messages for nested exception.