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

org.ocap.shared.dvr.NoMoreDataEntriesException Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package org.ocap.shared.dvr;

/**
 * No more data entries allowed for this recording request. 
 */
public class  NoMoreDataEntriesException extends java.lang.Exception{
    /**
     * Constructs a NoMoreDataEntriesException with no detail message
     */
    public NoMoreDataEntriesException()    {    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy