de.kosi.session
Class KosiAccessException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--de.kosi.session.KosiAccessException
- All Implemented Interfaces:
- java.io.Serializable
- public class KosiAccessException
- extends java.lang.Exception
A KosiAccessException is thrown, when a method may not be invoked by the
calling user.
ChangeLog:
$Log: KosiAccessException.java,v $
Revision 1.2 2001/06/04 14:21:10 jiriki
Made source more comliant to coding guidelines.
Revision 1.1.1.1 2001/04/29 18:05:19 jiriki
Imported sources from zola.
Revision 1.1 2001/03/19 21:51:32 wombat
added
- Version:
- $Revision: 1.2 $ ($Date: 2001/06/04 14:21:10 $)
- Author:
- Jan-Ole Janssen, Niklas Mehner, Time Sticher
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
KosiAccessException
public KosiAccessException()
- Create a new Exception.
KosiAccessException
public KosiAccessException(java.lang.String msg)
- Create a new Exception.
- Parameters:
msg
- Message to display.