| 
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
          
oracle.irm.j2ee.jws.classifications.context.UnknownContextFault
@WebFault(targetNamespace="http://xmlns.oracle.com/irm/classifications/wsdl",
          faultBean="oracle.irm.engine.types.classifications.context.UnknownContextException",
          name="UnknownContextFault")
public class UnknownContextFault
Unknown context. Thrown when a context does not exist or has been deleted. This exception is typically thrown when details about a context are requested but the context UUID provided does not match to any known UUID.
The error message associated with this exception is:
IRM-01001: The context identified with UUID {0} does not exist.
This exceptions is used as a fault in web services endpoint interfaces.
| Method Summary | |
|---|---|
 UnknownContextException | 
getFaultInfo()Accessor method.  | 
| 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 | 
| Method Detail | 
|---|
public UnknownContextException getFaultInfo()
  | 
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 | |||||||||