Compoze Software, Inc.

com.compoze.discussion
Class ForumTopicMaximumException


java.lang.Object

  |

  +--java.lang.Throwable

        |

        +--java.lang.Exception

              |

              +--java.lang.RuntimeException

                    |

                    +--com.compoze.discussion.ForumTopicMaximumException

All Implemented Interfaces:
java.io.Serializable

public class ForumTopicMaximumException
extends java.lang.RuntimeException

This is a forum topic maximum exception, which handles when a forum has reached the maximum number of topics and is not accepting any new topics.

See Also:
Serialized Form

Constructor Summary
ForumTopicMaximumException()
          Constructor.
ForumTopicMaximumException(java.lang.String s)
          Constructor.
 
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
 

Constructor Detail

ForumTopicMaximumException


public ForumTopicMaximumException()
Constructor.

ForumTopicMaximumException


public ForumTopicMaximumException(java.lang.String s)
Constructor.
Parameters:
s - message for the exception

Compoze Software, Inc.

Copyright ©1999-2001 Compoze Software, Inc. All rights reserved.