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

com.enonic.xp.content.PushContentException Maven / Gradle / Ivy

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

import com.enonic.xp.annotation.PublicApi;

@PublicApi
public class PushContentException
    extends RuntimeException
{

    public PushContentException( final String message )
    {
        super( message );
    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy