Skip navigation links
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
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 |
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)
getUnsupportedEventPropertyType
public java.lang.String getUnsupportedEventPropertyType()