Class NewLayerServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.tools.exception.BaseException
org.gvsig.tools.service.ServiceException
org.gvsig.newlayer.NewLayerServiceException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException

public class NewLayerServiceException extends org.gvsig.tools.service.ServiceException
Exception thrown when there is an error getting a NewLayer message.
Version:
$Id$
Author:
gvSIG team
See Also:
  • Constructor Details

    • NewLayerServiceException

      protected NewLayerServiceException(String message, String key, long code)
      Parameters:
      message -
      key -
      code -
      See Also:
      • BaseException(String, String, long)
    • NewLayerServiceException

      protected NewLayerServiceException(String message, Throwable cause, String key, long code)
      Parameters:
      message -
      cause -
      key -
      code -
      See Also:
      • BaseException(String, Throwable, String, long)
    • NewLayerServiceException

      public NewLayerServiceException(Throwable cause)
      Parameters:
      cause - the original cause