com.bea.ld.dsmediator.client.exception
Class StreamingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.ld.dsmediator.client.exception.StreamingException

public class StreamingException
extends java.lang.Exception

Represents exceptions thrown while trying to stream results of data service function invocation.

See Also:
Serialized Form

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

StreamingException

public StreamingException(java.lang.String s)

StreamingException

public StreamingException(java.lang.Exception s)


Copyright © 2005 Bea Systems Inc. All Rights Reserved.