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.RuntimeExceptionTimestampSetException is the exception class thrown by TimestampSet.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description TimestampSetException(java.lang.String message)TimestampSetException(java.lang.String message, java.lang.Throwable cause)TimestampSetException(java.lang.Throwable cause)
 
- 
- 
- 
Constructor Detail- 
TimestampSetExceptionpublic TimestampSetException(java.lang.String message) - Parameters:
- message-
 
 - 
TimestampSetExceptionpublic TimestampSetException(java.lang.String message, java.lang.Throwable cause)- Parameters:
- message-
- cause-
 
 - 
TimestampSetExceptionpublic TimestampSetException(java.lang.Throwable cause) - Parameters:
- cause-
 
 
- 
 
-