This exception must be thrown when a
destination either is not understood by a provider or is no
longer valid.
version: 26 August 1998 author: Rahul Sharma
public InvalidDestinationException(String reason, String errorCode)(Code)
Constructs an InvalidDestinationException with the specified
reason and error code.
Parameters: reason - a description of the exception Parameters: errorCode - a string specifying the vendor-specificerror code
InvalidDestinationException
public InvalidDestinationException(String reason)(Code)
Constructs an InvalidDestinationException with the specified
reason. The error code defaults to null.
Parameters: reason - a description of the exception