net.coalevo.discussion.model
Class AnonymousNotAllowedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.coalevo.discussion.model.AnonymousNotAllowedException
- All Implemented Interfaces:
- java.io.Serializable
public class AnonymousNotAllowedException
- extends java.lang.Exception
Exception thrown if an anonymous entry is to be created in
a forum that does not allow to create anonymous entries.
- Version:
- 1.0.0 (10/02/2009)
- Author:
- Dieter Wimberger (wimpi)
- See Also:
- Serialized Form
| 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 |
AnonymousNotAllowedException
public AnonymousNotAllowedException()
AnonymousNotAllowedException
public AnonymousNotAllowedException(java.lang.String message)
AnonymousNotAllowedException
public AnonymousNotAllowedException(java.lang.String message,
java.lang.Throwable cause)
AnonymousNotAllowedException
public AnonymousNotAllowedException(java.lang.Throwable cause)
(c) 2004-2009 VFI (http://www.vfi.or.at)