Class LddException

java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.nasa.pds.registry.common.dd.LddException
All Implemented Interfaces:
Serializable

public class LddException extends Exception
Thrown when a Local Data Dictionary (LDD) cannot be downloaded or loaded into the registry data dictionary index.
See Also:
  • Constructor Details

    • LddException

      public LddException(String message)
      Constructor
      Parameters:
      message - description of the failure
    • LddException

      public LddException(String message, Throwable cause)
      Constructor
      Parameters:
      message - description of the failure
      cause - the underlying exception