de.cau.cs.kieler.sj.exceptions
Class ProgramAlreadyTerminatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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

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.