org.writersforge.catalan.process.workers
Class RegistryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.writersforge.catalan.process.ProcessException
              extended byorg.writersforge.catalan.process.workers.RegistryException
All Implemented Interfaces:
java.io.Serializable

public class RegistryException
extends ProcessException

An exception for WorkerRegistry problems.

Author:
jsheets
See Also:
Serialized Form

Constructor Summary
RegistryException(java.lang.String message)
          Creates a new instance of RegistryException.
RegistryException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance of RegistryException.
 
Methods inherited from class org.writersforge.catalan.process.ProcessException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegistryException

public RegistryException(java.lang.String message)
Creates a new instance of RegistryException.

Parameters:
message - description of the problem

RegistryException

public RegistryException(java.lang.String message,
                         java.lang.Throwable cause)
Creates a new instance of RegistryException.

Parameters:
message - description of the problem
cause - the triggering exception