Skip navigation links

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

E12907-01


oracle.irm.engine.system.general
Class InternalException

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

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RepositoryException

public class InternalException
extends RuntimeException

Internal exception. Throw this exception to indicate that an unexpected internal exception has occurred. The exception that caused this internal error should be provided as the exception cause.

The error message associated with this exception is:

IRM-01067: An unexpected error has occurred. If this exception does not include details of the cause, then examine the diagnostic logs for more details.
See Also:
Serialized Form

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

InternalException

public InternalException()
Constructor.

InternalException

public InternalException(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.