Skip navigation links

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

E12907-02


oracle.irm.engine.types.system.general
Class InternalException

java.lang.Object
  extended by oracle.irm.engine.types.system.general.InternalException

All Implemented Interfaces:
Serializable

public class InternalException
extends Object
implements Serializable

Internal exception information. 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.

This class is used to store the state of an EJB exception and the fault data in a Web Service exception.

See Also:
Serialized Form

Constructor Summary
InternalException()
          Default constructor.

 

Method Summary

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

InternalException

public InternalException()
Default constructor.

Skip navigation links

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

E12907-02


Copyright © 2010, Oracle. All rights reserved.