Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Event Processing for Oracle Java Embedded
11g Release 1 (11.1.1.7)

E39906-01
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.ede.api
Class UnsupportedEventPropertyTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.wlevs.ede.api.UnsupportedEventPropertyTypeException

public class UnsupportedEventPropertyTypeException
extends java.lang.Exception

This exception is raised when an event contains a property of an unsupported type. Different processors support different event property types

See Also:
Serialized Form

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

 

Method Summary
 java.lang.String getUnsupportedEventPropertyType()
           

 

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

UnsupportedEventPropertyTypeException

public UnsupportedEventPropertyTypeException(java.lang.String unsupportedEventPropertyTypeName,
                                             java.lang.String message,
                                             java.lang.Throwable cause)

UnsupportedEventPropertyTypeException

public UnsupportedEventPropertyTypeException(java.lang.String unsupportedEventPropertyTypeName,
                                             java.lang.String message)

UnsupportedEventPropertyTypeException

public UnsupportedEventPropertyTypeException(java.lang.String unsupportedEventPropertyTypeName,
                                             java.lang.Throwable cause)

Method Detail

getUnsupportedEventPropertyType

public java.lang.String getUnsupportedEventPropertyType()

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