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

com.erigir.wrench.ape.exception.TimestampRequiredException Maven / Gradle / Ivy

There is a newer version: 2.2.16+16
Show newest version
package com.erigir.wrench.ape.exception;

import com.erigir.wrench.ape.http.ApeException;

/**
 * Created by chrweiss on 6/28/14.
 */
@ApeException(
    httpStatusCode = 400,
    detailCode = 105,
    message = "The X-TIMESTAMP header must be supplied in such requests",
    developerMessage = "You must provide the X-TIMESTAMP header in signed requests (it is part of the signed package)"
)
public class TimestampRequiredException extends RuntimeException {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy