Class ReadRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gvsig.tools.exception.BaseRuntimeException
org.gvsig.fmap.dal.exception.DataRuntimeException
org.gvsig.fmap.dal.exception.ReadRuntimeException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException

public class ReadRuntimeException extends DataRuntimeException
See Also:
  • Constructor Details

    • ReadRuntimeException

      public ReadRuntimeException(String store, Throwable cause)
    • ReadRuntimeException

      public ReadRuntimeException(String store, Object oid, Throwable cause)
    • ReadRuntimeException

      protected ReadRuntimeException(String fmt, Throwable cause, String msgkey, int code)
    • ReadRuntimeException

      protected ReadRuntimeException(String fmt, Throwable cause, String msgkey, long code)