Class InitializeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.tools.exception.BaseException
org.gvsig.fmap.dal.exception.DataException
org.gvsig.fmap.dal.exception.InitializeException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException
Direct Known Subclasses:
ResourceNotRegisteredException

public class InitializeException extends DataException
See Also:
  • Constructor Details

    • InitializeException

      protected InitializeException()
    • InitializeException

      public InitializeException(String resource, Throwable cause)
    • InitializeException

      public InitializeException(Throwable cause)
    • InitializeException

      protected InitializeException(String messageFormat, Throwable cause, String messageKey, long code)
    • InitializeException

      protected InitializeException(String messageFormat, String messageKey, long code)