| 
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
              
java.lang.IllegalArgumentException
                  
oracle.irm.engine.system.general.DuplicateElementException
public class DuplicateElementException
A duplicate element has been supplied where a duplicate is not allowed.
The error message associated with this exception is:
IRM-01062: A duplicate {0} element is supplied where a duplicate is not allowed or expected.
| Constructor Summary | |
|---|---|
DuplicateElementException(String name)Constructor.  | 
|
DuplicateElementException(String name, Throwable cause)Constructor.  | 
|
| Method Summary | |
|---|---|
 String | 
getName()The duplicate element 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 DuplicateElementException(String name)
name - The duplicate element name.
public DuplicateElementException(String name,
                                 Throwable cause)
name - The duplicate element name.cause - Cause of the exception.| Method Detail | 
|---|
public final String getName()
  | 
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 | |||||||||