All Downloads are FREE. Search and download functionalities are using the official Maven repository.

uk.co.autotrader.traverson.exception.IncompleteTraversalException Maven / Gradle / Ivy

Go to download

The kernel of traverson4j. This provides the main API for a client to traverse a Hypermedia REST service

The newest version!
package uk.co.autotrader.traverson.exception;

public abstract class IncompleteTraversalException extends RuntimeException {
    IncompleteTraversalException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy