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

com.enonic.xp.issue.IssueAlreadyExistsException Maven / Gradle / Ivy

The newest version!
package com.enonic.xp.issue;

public final class IssueAlreadyExistsException
    extends RuntimeException
{
    public IssueAlreadyExistsException( final IssueName issueName )
    {
        super( "Issue with same name already exist, name: " + issueName );
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy