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

com.foresee.api.sdk.exceptions.InvalidTokenException Maven / Gradle / Ivy

There is a newer version: 1.2.4-M3
Show newest version
package com.foresee.api.sdk.exceptions;

import java.util.List;


public class InvalidTokenException extends ApiException  {
    public InvalidTokenException(Integer statusCode, String message, String timestamp, List detailedErrors, Throwable cause) {
        super(statusCode, message, timestamp, detailedErrors, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy