Coalevo Logo

net.coalevo.discussion.model
Class AnonymousNotAllowedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
AnonymousNotAllowedException()
           
AnonymousNotAllowedException(java.lang.String message)
           
AnonymousNotAllowedException(java.lang.String message, java.lang.Throwable cause)
           
AnonymousNotAllowedException(java.lang.Throwable cause)
           
 
Method Summary
 
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

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)

Coalevo Logo

(c) 2004-2009 VFI (http://www.vfi.or.at)