Package com.apama.iaf.plugin
Class NormalisedEventException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.apama.iaf.plugin.NormalisedEventException
-
- All Implemented Interfaces:
java.io.Serializable
public class NormalisedEventException extends java.lang.RuntimeException
NormalisedEventException is the exception class thrown by NormalisedEvent and JNormalisedIterator.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NormalisedEventException(java.lang.String message)
NormalisedEventException(java.lang.String message, java.lang.Throwable cause)
NormalisedEventException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
NormalisedEventException
public NormalisedEventException(java.lang.String message)
- Parameters:
message
-
-
NormalisedEventException
public NormalisedEventException(java.lang.String message, java.lang.Throwable cause)
- Parameters:
message
-cause
-
-
NormalisedEventException
public NormalisedEventException(java.lang.Throwable cause)
- Parameters:
cause
-
-
-