de.cau.cs.kieler.sim.kiem
Class KiemMasterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.cau.cs.kieler.core.KielerException
de.cau.cs.kieler.sim.kiem.KiemMasterException
- All Implemented Interfaces:
- Serializable
public class KiemMasterException
- extends KielerException
The Class KiemMasterException. This Exception is thrown by the DataComponent implementation if a
non-master DataComponent tries to access the master~ methods.
- See Also:
- Serialized Form
- Rating

- (2009-01-15)
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
KiemMasterException
public KiemMasterException(String message)
- Instantiates a new KiemMasterException.
- Parameters:
message
- the message of this Exception to display to the user