Skip navigation links 
 
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
 
 
 
 
  
 
 
| 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 | 
 
 
 
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)