org.davic.net.ca
Class ModuleUnavailableException

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

public class ModuleUnavailableException
extends CAException

This exception is raised when a method is called and the module is no longer available

See Also:
Serialized Form

Constructor Summary
ModuleUnavailableException()
          Default constructor for the exception
ModuleUnavailableException(java.lang.String reason)
          Constructor for the exception with a specified reason
 
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

ModuleUnavailableException

public ModuleUnavailableException()
Default constructor for the exception


ModuleUnavailableException

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

Parameters:
reason - the reason why the exception was raised