org.bitbucket.bradleysmithllc.etlunit.feature.database.DenyAllOperationsOperationRequest Maven / Gradle / Ivy
package org.bitbucket.bradleysmithllc.etlunit.feature.database;
public class DenyAllOperationsOperationRequest implements DatabaseImplementation.OperationRequest {
public DatabaseImplementation.InitializeRequest getInitializeRequest() throws UnsupportedOperationException {
throw new UnsupportedOperationException();
}
public DatabaseImplementation.DatabaseRequest getDatabaseRequest() throws UnsupportedOperationException {
throw new UnsupportedOperationException();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy