Skip navigation links

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

E12907-01


oracle.irm.engine.core.desktop
Class RepudiateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.irm.engine.core.desktop.RepudiateException

All Implemented Interfaces:
Serializable

public class RepudiateException
extends Exception

Desktop has been repudiated. The desktop software has been repudiated and cannot contact the server. For example, a desktop might be repudiated if it has a security issue, or a limitation on the platform it has been installed.

The error message associated with this exception is:

IRM-01023: The desktop is repudiated.
See Also:
Serialized Form

Constructor Summary
RepudiateException()
          Constructor.
RepudiateException(Throwable cause)
          Constructor.

 

Method Summary

 

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

RepudiateException

public RepudiateException()
Constructor.

RepudiateException

public RepudiateException(Throwable cause)
Constructor.
Parameters:
cause - Cause of the exception.

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.