Compoze Software, Inc.

com.compoze.discussion
Class ForumExpirationException


java.lang.Object

  |

  +--java.lang.Throwable

        |

        +--java.lang.Exception

              |

              +--java.lang.RuntimeException

                    |

                    +--com.compoze.discussion.ForumExpirationException

All Implemented Interfaces:
java.io.Serializable

public class ForumExpirationException
extends java.lang.RuntimeException

This is a forum expiration exception, which handles when a forum has expired and is not accepting any new topics.

See Also:
Serialized Form

Constructor Summary
ForumExpirationException()
          Constructor.
ForumExpirationException(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

ForumExpirationException


public ForumExpirationException()
Constructor.

ForumExpirationException


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

Compoze Software, Inc.

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