Skip navigation links

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

E12907-01


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

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

All Implemented Interfaces:
Serializable

public class MandatoryPropertyException
extends Object
implements Serializable

Mandatory Property exception information. A non null value is required.

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

 

Method Summary
 String getName()
          The property name.
 String getObject()
          The object name.
 void setName(String value)
          The property name.
 void setObject(String value)
          The object name.

 

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

 

Constructor Detail

MandatoryPropertyException

public MandatoryPropertyException()
Default constructor.

MandatoryPropertyException

public MandatoryPropertyException(String object,
                                  String name)
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.

getName

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

setName

public void setName(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-01


Copyright © 2010, Oracle. All rights reserved.