1 package de.juplo.facebook.errors;
4 import org.springframework.http.HttpHeaders;
5 import org.springframework.http.HttpStatus;
11 * Baseclass for exceptions of type {@code OAuthException}.
14 public class OAuthException extends GraphApiException
16 protected OAuthException(
19 FacebookErrorMessage error
22 super(status, headers, error);