Package de.innovationgate.webgate.api

Examples of de.innovationgate.webgate.api.WGContentStoreVersionException


  /* (Kein Javadoc)
   * @see de.innovationgate.webgate.api.WGDatabaseCore#getMetaData(java.lang.String)
   */
  public Object getExtensionData(String name) throws WGAPIException {
      throw new WGContentStoreVersionException("Database metadata", WGDatabase.CSVERSION_WGA5);
  }
View Full Code Here


 
  /* (Kein Javadoc)
     * @see de.innovationgate.webgate.api.WGDatabaseCore#getMetaData(java.lang.String)
     */
    public void writeExtensionData(String name, Object value) throws WGAPIException {
        throw new WGContentStoreVersionException("Database metadata", WGDatabase.CSVERSION_WGA5);
    }
View Full Code Here

TOP

Related Classes of de.innovationgate.webgate.api.WGContentStoreVersionException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.