com.alveole.studio.web.data
Class InvalidVersionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.alveole.studio.web.data.InvalidVersionException
All Implemented Interfaces:
java.io.Serializable

public class InvalidVersionException
extends java.lang.RuntimeException

This exception is raised when version number is not a valid one.

Author:
sylvain
See Also:
Serialized Form

Constructor Summary
InvalidVersionException(java.lang.String message)
           
 
Method Summary
 
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

InvalidVersionException

public InvalidVersionException(java.lang.String message)