Package edu.jas.kern

Class PreemptingException

All Implemented Interfaces:
Serializable

public class PreemptingException extends RuntimeException
Preempting Exception class. Runtime Exception to be thrown when a thread is interrupted.
See Also:
  • Constructor Details

    • PreemptingException

      public PreemptingException()
    • PreemptingException

      public PreemptingException(String c)
    • PreemptingException

      public PreemptingException(String c, Throwable t)
    • PreemptingException

      public PreemptingException(Throwable t)