| 
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
oracle.irm.engine.system.general.ImmutablePropertyException
public class ImmutablePropertyException
Immutable property. This exception is thrown when an attempt is made to alter a property that is read-only or immutable.
The error message associated with this exception is:
IRM-01066: The {0} {1} is immutable and cannot be modified.
| Constructor Summary | |
|---|---|
ImmutablePropertyException(String object, String property)Constructor.  | 
|
ImmutablePropertyException(String object, String property, Throwable cause)Constructor.  | 
|
| Method Summary | |
|---|---|
 String | 
getObject()The object name.  | 
 String | 
getProperty()The property name.  | 
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public ImmutablePropertyException(String object,
                                  String property)
object - The object name.property - The property name.
public ImmutablePropertyException(String object,
                                  String property,
                                  Throwable cause)
object - The object name.property - The property name.cause - Cause of the exception.| Method Detail | 
|---|
public final String getObject()
public final String getProperty()
  | 
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||