org.davic.net.ca
Class ModuleBusyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.davic.net.ca.CAException
              extended byorg.davic.net.ca.ModuleBusyException
All Implemented Interfaces:
java.io.Serializable

public class ModuleBusyException
extends CAException

This exception is raised when a method is called and the module is busy and can not perform the requested action.

See Also:
Serialized Form

Constructor Summary
ModuleBusyException()
          Default constructor for the exception
ModuleBusyException(java.lang.String reason)
          Constructor for the exception with a specified reason
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModuleBusyException

public ModuleBusyException()
Default constructor for the exception


ModuleBusyException

public ModuleBusyException(java.lang.String reason)
Constructor for the exception with a specified reason

Parameters:
reason - the reason why the exception was raised