Klasse ComputationInterruptedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.deidentifier.arx.exceptions.ComputationInterruptedException
Alle implementierten Schnittstellen:
Serializable

public class ComputationInterruptedException extends RuntimeException
Internal class for interrupts.
Siehe auch:
  • Konstruktordetails

    • ComputationInterruptedException

      public ComputationInterruptedException()
      Constructor
    • ComputationInterruptedException

      public ComputationInterruptedException(String message)
      Constructor
      Parameter:
      message -
    • ComputationInterruptedException

      public ComputationInterruptedException(String message, Throwable cause)
      Constructor
      Parameter:
      message -
      cause -
    • ComputationInterruptedException

      public ComputationInterruptedException(Throwable cause)
      Constructor
      Parameter:
      cause -