cz.zcu.fav.kiv.cs
Class CSSecurityException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycz.zcu.fav.kiv.cs.CSException
              extended bycz.zcu.fav.kiv.cs.CSSecurityException
All Implemented Interfaces:
java.io.Serializable

public class CSSecurityException
extends CSException

Represents exception that can break the conservative synchronisation algorithm.

Version:
2.0
Author:
Antonin Kunes
See Also:
Serialized Form

Constructor Summary
CSSecurityException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CSSecurityException

public CSSecurityException(java.lang.String message)