org.davic.net.ca
Class ModuleResourceVersionTooLowException

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

public class ModuleResourceVersionTooLowException
extends CAException

This exception is raised when the version of the resource requested by the application in the message passing functions is lower than what the application requested. This exception is based on table 7.7 of the common interface specification.

See Also:
Serialized Form

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

ModuleResourceVersionTooLowException

public ModuleResourceVersionTooLowException()
Default constructor for the exception


ModuleResourceVersionTooLowException

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

Parameters:
reason - the reason why the exception was raised