Package org.deidentifier.arx.exceptions
Klasse ComputationInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.deidentifier.arx.exceptions.ComputationInterruptedException
- Alle implementierten Schnittstellen:
Serializable
Internal class for interrupts.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructorComputationInterruptedException(String message) ConstructorComputationInterruptedException(String message, Throwable cause) ConstructorConstructor -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
ComputationInterruptedException
public ComputationInterruptedException()Constructor -
ComputationInterruptedException
Constructor- Parameter:
message-
-
ComputationInterruptedException
Constructor- Parameter:
message-cause-
-
ComputationInterruptedException
Constructor- Parameter:
cause-
-