Skip navigation links

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

E12907-03


oracle.irm.engine.types.system.general
Class ImmutablePropertyException

java.lang.Object
  extended by oracle.irm.engine.types.system.general.ImmutablePropertyException

All Implemented Interfaces:
Serializable

public class ImmutablePropertyException
extends Object
implements Serializable

Immutable Property exception information. This exception is thrown when an attempt is made to alter a property that is read-only or immutable.

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
ImmutablePropertyException()
          Default constructor.
ImmutablePropertyException(String object, String property)
          Constructor.

 

Method Summary
 String getObject()
          The object name.
 String getProperty()
          The property name.
 void setObject(String value)
          The object name.
 void setProperty(String value)
          The property name.

 

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

 

Constructor Detail

ImmutablePropertyException

public ImmutablePropertyException()
Default constructor.

ImmutablePropertyException

public ImmutablePropertyException(String object,
                                  String property)
Constructor.

Method Detail

getObject

public String getObject()
The object name.
Returns:
the value of the property.

setObject

public void setObject(String value)
The object name.
Parameters:
value - the new value for the property.

getProperty

public String getProperty()
The property name.
Returns:
the value of the property.

setProperty

public void setProperty(String value)
The property name.
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-03


Copyright © 2011, Oracle. All rights reserved.