$details $details : string Error details that should not be part of the main exception message, e.g. any additional debugging information. Type string
getLogLevel() getLogLevel() : integer Get the log level. Returns integer — The Horde_Log constant for the log level.
__construct() __construct(mixed $message = null, integer $code = null) Constructor. Parameters mixed $message The exception message, a PEAR_Error object, or an Exception object. integer $code A numeric error code.