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 IllegalPropertyLengthException

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

All Implemented Interfaces:
Serializable

public class IllegalPropertyLengthException
extends Object
implements Serializable

Illegal Property Length exception information. The value exceeds the permitted length.

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
IllegalPropertyLengthException()
          Default constructor.
IllegalPropertyLengthException(String object, String name, Object value, int length, int maximum)
          Constructor.

 

Method Summary
 int getLength()
          The value's length.
 int getMaximum()
          The maximum permitted length.
 String getName()
          The parameter name.
 String getObject()
          The method name.
 Object getValue()
          The invalid value.
 void setLength(int value)
          The value's length.
 void setMaximum(int value)
          The maximum permitted length.
 void setName(String value)
          The parameter name.
 void setObject(String value)
          The method name.
 void setValue(Object value)
          The invalid value.

 

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

 

Constructor Detail

IllegalPropertyLengthException

public IllegalPropertyLengthException()
Default constructor.

IllegalPropertyLengthException

public IllegalPropertyLengthException(String object,
                                      String name,
                                      Object value,
                                      int length,
                                      int maximum)
Constructor.

Method Detail

getObject

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

setObject

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

getName

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

setName

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

getValue

public Object getValue()
The invalid value.
Returns:
the value of the property.

setValue

public void setValue(Object value)
The invalid value.
Parameters:
value - the new value for the property.

getLength

public int getLength()
The value's length.
Returns:
the value of the property.

setLength

public void setLength(int value)
The value's length.
Parameters:
value - the new value for the property.

getMaximum

public int getMaximum()
The maximum permitted length.
Returns:
the value of the property.

setMaximum

public void setMaximum(int value)
The maximum permitted length.
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.