cz.zcu.fav.kiv.cs
Class CSRemoteException

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

public class CSRemoteException
extends CSException

This exception is thrown out, if remote submodel has fallen down.

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

Field Summary
private  int ID
          ID of the broken submodel.
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CSRemoteException(java.lang.String ID)
           
 
Method Summary
 int getID()
          Returns an ID of the broken submodel.
 
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
 

Field Detail

ID

private final int ID
ID of the broken submodel.

Constructor Detail

CSRemoteException

public CSRemoteException(java.lang.String ID)
Method Detail

getID

public int getID()
Returns an ID of the broken submodel.