Skip navigation links
com.bea.wlevs.ede.api
Class UnknownEventTypeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.bea.wlevs.ede.api.ConfigurationException
|
+--com.bea.wlevs.ede.api.UnknownEventTypeException
- public class UnknownEventTypeException
- extends ConfigurationException
This exception is raised when an unknown event type name is referenced.
- 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 |
UnknownEventTypeException
public UnknownEventTypeException(java.lang.String unknownEventTypeName,
java.lang.String message,
java.lang.Throwable cause)
UnknownEventTypeException
public UnknownEventTypeException(java.lang.String unknownEventTypeName,
java.lang.String message)
UnknownEventTypeException
public UnknownEventTypeException(java.lang.String unknownEventTypeName,
java.lang.Throwable cause)
getUnknownEventType
public java.lang.String getUnknownEventType()