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

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

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

import lombok.Builder;
import lombok.Getter;

@Builder
@Getter
public class ApiAuthenticationException extends Exception {
    /** Friendly message */
    private final String message;

    /** Underlying Cause */
    private final Throwable cause;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy