Class SaRMIDDCException

All Implemented Interfaces:
Serializable

public class SaRMIDDCException extends SaRMIBaseException
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:
    lav
    See Also:
    • Constructor Details

      • SaRMIDDCException

        public SaRMIDDCException()
        constructs SaRMIDDCException.
      • SaRMIDDCException

        public SaRMIDDCException(String s)
        constructs SaRMIDDCException with the specified detailed message.
        Parameters:
        s - error message
      • SaRMIDDCException

        public SaRMIDDCException(String s, Throwable cause)
        constructs SaRMIDDCException with the specified message and nested exception.
        Parameters:
        s - error message
        cause - nested exception