Examples of WGContentStoreVersionException


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

Examples of de.innovationgate.webgate.api.WGContentStoreVersionException

 
  /* (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
Copyright © 2018 www.massapi.com. 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.