Skip navigation links

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

E12907-03


oracle.irm.engine.system.general
Class IllegalPropertyValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by oracle.irm.engine.system.general.IllegalPropertyValueException

All Implemented Interfaces:
Serializable

public class IllegalPropertyValueException
extends IllegalArgumentException

An illegal property value has been specified.

The error message associated with this exception is:

IRM-01065: The {0} {1} property has an illegal value.
See Also:
Serialized Form

Constructor Summary
IllegalPropertyValueException(String object, String name)
          Constructor.
IllegalPropertyValueException(String object, String name, Throwable cause)
          Constructor.

 

Method Summary
 String getName()
          The property name.
 String getObject()
          The object 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

IllegalPropertyValueException

public IllegalPropertyValueException(String object,
                                     String name)
Constructor.
Parameters:
object - The object name.
name - The property name.

IllegalPropertyValueException

public IllegalPropertyValueException(String object,
                                     String name,
                                     Throwable cause)
Constructor.
Parameters:
object - The object name.
name - The property name.
cause - Cause of the exception.

Method Detail

getObject

public final String getObject()
The object name.
Returns:
the value of the property. This method will never return null.

getName

public final String getName()
The property name.
Returns:
the value of the property. This method will never return null.

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.