public class ComputationInterruptedException
extends java.lang.RuntimeException
Constructor and Description |
---|
ComputationInterruptedException()
Constructor
|
ComputationInterruptedException(java.lang.String message)
Constructor
|
ComputationInterruptedException(java.lang.String message,
java.lang.Throwable cause)
Constructor
|
ComputationInterruptedException(java.lang.Throwable cause)
Constructor
|
public ComputationInterruptedException()
public ComputationInterruptedException(java.lang.String message)
message
- public ComputationInterruptedException(java.lang.String message, java.lang.Throwable cause)
message
- cause
- public ComputationInterruptedException(java.lang.Throwable cause)
cause
-