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

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

public class InvokerInternalEventQueueException
extends RuntimeException

InvokerInternalEventQueueException.java For translating a generic exception into a runtime exception Created: Fri Oct 01 15:18:01 1999

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

Constructor Summary
InvokerInternalEventQueueException(Exception e)
           
 
Method Summary
 Exception getException()
           
 
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

InvokerInternalEventQueueException

public InvokerInternalEventQueueException(Exception e)
Method Detail

getException

public Exception getException()