public class CodeletThresholdBoundsException
extends java.lang.Exception
Exception
,
Serialized FormConstructor and Description |
---|
CodeletThresholdBoundsException(java.lang.String message)
Creates a CodeletThresholdBoundsException.
|
CodeletThresholdBoundsException(java.lang.String message,
java.lang.Throwable cause)
Creates a CodeletThresholdBoundsException.
|
public CodeletThresholdBoundsException(java.lang.String message)
message
- the exception message.public CodeletThresholdBoundsException(java.lang.String message, java.lang.Throwable cause)
message
- the exception message.cause
- the exception cause.