JavaException is a PHP class that inherits from the default PHP5 class "Exception"
Available since: 3.6
class JavaException {
/* Methods */
public object getCause (void)
}
Get the Java exception that led to this exception
Available since version 3.6
public object JavaException::getCause (void)
A Java exception object, if there was an exception, NULL otherwise
© 1999-2013 Zend Technologies, Ltd. All rights reserved.