Package gov.nasa.pds.registry.common.dd
Class LddException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.nasa.pds.registry.common.dd.LddException
- All Implemented Interfaces:
Serializable
Thrown when a Local Data Dictionary (LDD) cannot be downloaded or loaded
into the registry data dictionary index.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLddException(String message) ConstructorLddException(String message, Throwable cause) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LddException
Constructor- Parameters:
message- description of the failure
-
LddException
Constructor- Parameters:
message- description of the failurecause- the underlying exception
-