Skip navigation links

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

E12907-03


oracle.irm.engine.core.account
Class RepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.irm.engine.system.general.InternalException
                  extended by oracle.irm.engine.core.account.RepositoryException

All Implemented Interfaces:
Serializable

public class RepositoryException
extends InternalException

Account repository exception. Thrown to indicate that an internal exception has occurred accessing the user and group repository (e.g. LDAP). The exception cause should be consulted to identify the source of the issue.

The error message associated with this exception is:

IRM-01018: An error has occurred accessing user or group information.
See Also:
Serialized Form

Constructor Summary
RepositoryException()
          Constructor.
RepositoryException(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

RepositoryException

public RepositoryException()
Constructor.

RepositoryException

public RepositoryException(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-03


Copyright © 2011, Oracle. All rights reserved.