uk.ac.man.bioinf.apps.invoker
Class InvokerInternalQueueException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--uk.ac.man.bioinf.apps.invoker.InvokerInternalQueueException
All Implemented Interfaces:
Serializable

public class InvokerInternalQueueException
extends RuntimeException

InvokerInternalQueueException.java Created: Fri Dec 1 17:57:48 2000

Version:
$Id: InvokerInternalQueueException.java,v 1.2 2001/04/11 17:04:42 lord Exp $
Author:
Phillip Lord
See Also:
Serialized Form

Constructor Summary
InvokerInternalQueueException(String message)
           
 
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

InvokerInternalQueueException

public InvokerInternalQueueException(String message)