Class SaDDCException

All Implemented Interfaces:
Serializable

public class SaDDCException extends SaBasicException
DDC related exception raised in the following situations:
//GetDefinitions
  • "DDC files could not be retrieved",
    //GetFields
  • "database definition could not be opened",
  • "database definition invalid, possibly empty DB mappings or invalid data source".
  • Author:
    rad
    See Also:
    • Constructor Details

      • SaDDCException

        public SaDDCException(String message)
        Constructs SaDDCException with the specified message.
        Parameters:
        message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
        See Also:
      • SaDDCException

        public SaDDCException(String message, Throwable cause)
        Constructs SaDDCException with the specified message and nested exception.
        Parameters:
        message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
        See Also: