Skip navigation links

Oracle Complex Event Processing API Reference
11g Release 1 (11.1.1)

E14303-03
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.ede.api
Class UntypedEventChannelException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.bea.wlevs.ede.api.ConfigurationException
                          |
                          +--com.bea.wlevs.ede.api.UntypedEventChannelException

public class UntypedEventChannelException
extends ConfigurationException

EventChannels may need to be typed in certain situations. If the channel is not typed in these situations, this exception is raised.

See Also:
Serialized Form

Constructor Summary
UntypedEventChannelException()
           
UntypedEventChannelException(java.lang.String message)
           
UntypedEventChannelException(java.lang.String message, java.lang.Throwable cause)
           
UntypedEventChannelException(java.lang.Throwable cause)
           

 

Methods inherited from class com.bea.wlevs.ede.api.ConfigurationException
getStage

 

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

UntypedEventChannelException

public UntypedEventChannelException()

UntypedEventChannelException

public UntypedEventChannelException(java.lang.String message)

UntypedEventChannelException

public UntypedEventChannelException(java.lang.Throwable cause)

UntypedEventChannelException

public UntypedEventChannelException(java.lang.String message,
                                    java.lang.Throwable cause)

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2010 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD