Skip navigation links

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

E12907-02


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

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

All Implemented Interfaces:
Serializable

public class IllegalArgumentValueException
extends Object
implements Serializable

Illegal Argument Value exception information.

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

 

Method Summary
 String getMethod()
          The method name.
 String getName()
          The parameter name.
 void setMethod(String value)
          The method name.
 void setName(String value)
          The parameter name.

 

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

 

Constructor Detail

IllegalArgumentValueException

public IllegalArgumentValueException()
Default constructor.

IllegalArgumentValueException

public IllegalArgumentValueException(String method,
                                     String name)
Constructor.

Method Detail

getMethod

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

setMethod

public void setMethod(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.

Skip navigation links

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

E12907-02


Copyright © 2010, Oracle. All rights reserved.