com.bea.dsp.das.exception
Class DASException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.dsp.das.exception.DASException
All Implemented Interfaces:
java.io.Serializable

public class DASException
extends java.lang.Exception

Represents exceptions thrown while Data Access Service attempts to fetch data from data sources.

See Also:
Serialized Form

Constructor Summary
DASException(java.lang.String s)
           
DASException(java.lang.Throwable s)
           
 
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

DASException

public DASException(java.lang.String s)

DASException

public DASException(java.lang.Throwable s)


Copyright © 2007 BEA Systems Inc. All Rights Reserved.