DAException
Overview
The DAException class is a base class for all Data Abstract exceptions. The DAException should not be raised directly, instead, you can use exceptions derived from this class.
Location
- Reference: com.remobjects.dataabstract.jar
- Package: com.remobjects.dataabstract
- Ancestry: Exception | DAException
Instance Methods
constructor (String)
Creates a new instance of the DAException class with the given exception message.
constructor(message: String)
DAException(String message)
Parameters:
- message: An exception message.
constructor (String, Object[])
Creates a new instance of the DAException class with the given exception message and parameters.
constructor(message: String; parameters: array of Object)
DAException(String message, Object[] parameters)
Parameters:
- message: An exception message.
- parameters: Parameters used to format exception message.