Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-01


oracle.irm.engine.types.core.feature
Class UnknownFeatureException

java.lang.Object
  extended by oracle.irm.engine.types.core.feature.UnknownFeatureException

All Implemented Interfaces:
Serializable

public class UnknownFeatureException
extends Object
implements Serializable

Unknown Feature exception information.

This class is used to store the state of an EJB exception and the fault data in a Web Service exception.

See Also:
Serialized Form

Constructor Summary
UnknownFeatureException()
          Default constructor.
UnknownFeatureException(String id)
          Constructor.

 

Method Summary
 String getId()
          The Id of the unknown feature.
 void setId(String value)
          The Id of the unknown feature.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

UnknownFeatureException

public UnknownFeatureException()
Default constructor.

UnknownFeatureException

public UnknownFeatureException(String id)
Constructor.

Method Detail

getId

public String getId()
The Id of the unknown feature.
Returns:
the value of the property.

setId

public void setId(String value)
The Id of the unknown feature.
Parameters:
value - the new value for the property.

Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-01


Copyright © 2010, Oracle. All rights reserved.