List of usage examples for javax.transaction NotSupportedException NotSupportedException
public NotSupportedException()
From source file:de.zib.gndms.infra.system.GNDMSystem.java
public static @NotNull VEPRef modelEPRT(@NotNull QName keyTypeName, @NotNull EndpointReferenceType epr) throws NotSupportedException { @NotNull// w w w . j a v a2 s .c om ReferencePropertiesType props = epr.getProperties(); @NotNull MessageElement msgElem = props.get(keyTypeName); SimpleResourceKey key = new SimpleResourceKey(keyTypeName, msgElem.getObjectValue()); // theVEPREF.setSite(""); // theVEPREF.setRk(key); throw new NotSupportedException(); // return new DSpaceRef(); }