Class InvalidEntryException

All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException

public class InvalidEntryException extends EditingServiceException
See Also:
  • Constructor Details

    • InvalidEntryException

      public InvalidEntryException(Throwable ex)
    • InvalidEntryException

      public InvalidEntryException(String provider, int state, String stateMessage)
    • InvalidEntryException

      public InvalidEntryException(String provider, int state, String stateMessage, Throwable ex)
  • Method Details

    • getProvider

      public String getProvider()
    • getState

      public int getState()
    • getStateMessage

      public String getStateMessage()