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

com.atlassian.asap.api.exception.AuthenticationFailedException Maven / Gradle / Ivy

package com.atlassian.asap.api.exception;

/**
 * Thrown when an incoming HTTP request cannot be authenticated using ASAP.
 */
public class AuthenticationFailedException extends Exception
{
    public AuthenticationFailedException(String message)
    {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy