SDO_Exception::getCause()
SDO_Exception::getCause - Get the cause of the exception.
Syntax
mixed SDO_Exception::getCause ()
Arguments
-
Description
Returns the cause of this exception or NULL if the cause is nonexistent or unknown. Typically the cause will be an SDO_CPPException object, which may be used to obtain additional diagnostic information.
Version
PHP ^
Return value
Returns the cause of this exception or NULL if the cause is nonexistent or unknown.