Package 

Class DirectionServiceException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class DirectionServiceException
    extends RuntimeException
                        

    Public API for direction service exception.

    Obtain instances from the corresponding service factory after SDK initialization. Threading, lifecycle, and error handling are described on individual methods.

    • Constructor Detail

      • DirectionServiceException

        DirectionServiceException(String message)
        Constructor
        Parameters:
        message - the exception message.
    • Method Detail