OracleAS Personalization Java API Reference
10g Release 2 (10.1.2)

B14053-01


oracle.dmt.op.re.reexception
Class ErrorExecutingRE

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.dmt.op.re.reexception.ErrorExecutingRE

All Implemented Interfaces:
java.io.Serializable

public class ErrorExecutingRE
extends java.lang.Exception

Signals that an ErrorExecutingRE error has occurred during execution of PL/SQL procedures.

Since:
9.0.1
See Also:
Serialized Form

Constructor Summary
ErrorExecutingRE()
Constructs an ErrorExecutingRE error without details.
ErrorExecutingRE(java.lang.String message)
Constructs an ErrorExecutingRE error with details.

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

ErrorExecutingRE

public ErrorExecutingRE()
Constructs an ErrorExecutingRE error without details.
Since:
9.0.1

ErrorExecutingRE

public ErrorExecutingRE(java.lang.String message)
Constructs an ErrorExecutingRE error with details.
Since:
9.0.1

OracleAS Personalization Java API Reference
10g Release 2 (10.1.2)

B14053-01


Copyright © 2005 Oracle. All Rights Reserved.