org.davic.net.ca
Class CAException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.davic.net.ca.CAException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BufferFullException, InvalidSetException, MMIListenerAlreadyRegisteredException, ModuleBusyException, ModuleResourceNonExistentException, ModuleResourceVersionTooLowException, ModuleUnavailableException, NoCapacityException, NoFreeCapacityException, NotTunedException, UnknownSessionException

public class CAException
extends java.lang.Exception

Base class for exceptions in the CA API

See Also:
Serialized Form

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

CAException

public CAException()
Default constructor for the exception


CAException

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

Parameters:
reason - the reason why the exception was raised