org.davic.net.ca
Class NoFreeCapacityException

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

public class NoFreeCapacityException
extends CAException

This exception is thrown when a method is called and the CA module does not have the required capacity to perform the action

See Also:
Serialized Form

Constructor Summary
NoFreeCapacityException()
          Default constructor for the exception
NoFreeCapacityException(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

NoFreeCapacityException

public NoFreeCapacityException()
Default constructor for the exception


NoFreeCapacityException

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

Parameters:
reason - the reason why the exception was raised