nl.toolforge.karma.core.boot
Class WorkingContextException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynl.toolforge.karma.core.boot.WorkingContextException
All Implemented Interfaces:
java.io.Serializable

public class WorkingContextException
extends java.lang.Exception

Version:
$Id: WorkingContextException.java,v 1.1 2004/11/02 22:26:43 asmedes Exp $
Author:
D.A. Smedes
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
WorkingContextException(java.lang.String message)
           
WorkingContextException(java.lang.String message, java.lang.Throwable cause)
           
WorkingContextException(java.lang.Throwable cause)
           
 
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

WorkingContextException

public WorkingContextException(java.lang.String message)

WorkingContextException

public WorkingContextException(java.lang.Throwable cause)

WorkingContextException

public WorkingContextException(java.lang.String message,
                               java.lang.Throwable cause)


Copyright © 2002-2004 Toolforge. All Rights Reserved.