1 10 11 package com.triactive.jdo.sco; 12 13 import com.triactive.jdo.SCO; 14 import javax.jdo.JDOUnsupportedOptionException; 15 16 17 27 28 public class QueryUnownedSCOException extends JDOUnsupportedOptionException 29 { 30 35 36 public QueryUnownedSCOException(SCO sco) 37 { 38 super("Collection is not queryable, not currently owned by a persistent first-class object"); 39 } 40 } 41 | Popular Tags |