uk.org.iscream.cms.util
Class InvalidQueueException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuk.org.iscream.cms.util.InvalidQueueException
All Implemented Interfaces:
Serializable

public class InvalidQueueException
extends Exception

This exception is thrown if a "consumer" makes a request for a queue that does not exist. This should not happen if the consumer makes proper use of the available queue management methods.

Version:
$Id: InvalidQueueException.java,v 1.7 2003/02/05 14:27:59 tdb Exp $
Author:
$Author: tdb $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
InvalidQueueException(String message)
          Takes a string containing a message detailing specifics about the exception.
 
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

InvalidQueueException

public InvalidQueueException(String message)
Takes a string containing a message detailing specifics about the exception.

Parameters:
message - the exception specifics


Copyright © 2000-2003 i-scream. All Rights Reserved.