Compoze Software, Inc.

com.compoze.discussion
Class TopicExpirationException


java.lang.Object

  |

  +--java.lang.Throwable

        |

        +--java.lang.Exception

              |

              +--java.lang.RuntimeException

                    |

                    +--com.compoze.discussion.TopicExpirationException

All Implemented Interfaces:
java.io.Serializable

public class TopicExpirationException
extends java.lang.RuntimeException

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

See Also:
Serialized Form

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

TopicExpirationException


public TopicExpirationException()
Constructor.

TopicExpirationException


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

Compoze Software, Inc.

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