cz.zcu.fav.kiv.cs
Class CSException

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

public class CSException
extends java.lang.Exception

This is the parent exception for my next exceptions.

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

Constructor Summary
CSException(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

CSException

public CSException(java.lang.String message)