com.iver.cit.gvsig.fmap.layers
Class DifferentVersionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.iver.cit.gvsig.fmap.layers.DifferentVersionException
All Implemented Interfaces:
java.io.Serializable

public class DifferentVersionException
extends java.lang.Exception

Excepción que se lanzara cunado exista un problema de versión.

Author:
Vicente Caballero Navarro
See Also:
Serialized Form

Constructor Summary
DifferentVersionException()
          Crea una nueva DifferentVersionException
DifferentVersionException(java.lang.String arg0)
          Crea una nueva DifferentVersionException
DifferentVersionException(java.lang.String arg0, java.lang.Throwable arg1)
          Crea una nueva DifferentVersionException
DifferentVersionException(java.lang.Throwable arg0)
          Crea una nueva DifferentVersionException
 
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

DifferentVersionException

public DifferentVersionException()
Crea una nueva DifferentVersionException


DifferentVersionException

public DifferentVersionException(java.lang.String arg0)
Crea una nueva DifferentVersionException

Parameters:
arg0 -

DifferentVersionException

public DifferentVersionException(java.lang.String arg0,
                                 java.lang.Throwable arg1)
Crea una nueva DifferentVersionException

Parameters:
arg0 -
arg1 -

DifferentVersionException

public DifferentVersionException(java.lang.Throwable arg0)
Crea una nueva DifferentVersionException

Parameters:
arg0 -