de.cau.cs.kieler.sj.exceptions
Class ProgramAlreadyTerminatedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.cau.cs.kieler.sj.exceptions.ProgramAlreadyTerminatedException

public class ProgramAlreadyTerminatedException
extends RuntimeException

Exception thrown if someone tries to interact with a terminates SJ program.

Rating red

Constructor Summary
ProgramAlreadyTerminatedException()
          Creates a new program-already-terminated exception.
ProgramAlreadyTerminatedException(String errMessage)
          Creates a new program-already-terminated exception with a given error message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProgramAlreadyTerminatedException

public ProgramAlreadyTerminatedException()
Creates a new program-already-terminated exception.


ProgramAlreadyTerminatedException

public ProgramAlreadyTerminatedException(String errMessage)
Creates a new program-already-terminated exception with a given error message.

Parameters:
errMessage - The error message for the exception.