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