Oracle Data-aware Controls Reference

oracle.dacf.dataset
Class DacfRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byoracle.dacf.dataset.DacfRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DataSourceInstantiationException, DataSourceOperationException

public class DacfRuntimeException
extends java.lang.RuntimeException

An extension of RuntimeException that encapsulates the orginal exception and adds to it the concept of product code and error code.

See Also:
Serialized Form

Constructor Summary
DacfRuntimeException(java.lang.String s)
           
 
Method Summary
 java.lang.String getErrorCode()
          Return the Error code.
 java.lang.Exception getOriginalException()
          Returns the original (Middletier) exception
 java.lang.String getProductCode()
          Return the Product code for the Message.
 
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

DacfRuntimeException

public DacfRuntimeException(java.lang.String s)
Method Detail

getErrorCode

public java.lang.String getErrorCode()
Return the Error code.


getProductCode

public java.lang.String getProductCode()
Return the Product code for the Message.


getOriginalException

public java.lang.Exception getOriginalException()
Returns the original (Middletier) exception


Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.