TYPO3 CMS  TYPO3_6-2
t3lib_error_http_ServiceUnavailableException Class Reference
Inheritance diagram for t3lib_error_http_ServiceUnavailableException:
TYPO3\CMS\Core\Error\Http\ServiceUnavailableException TYPO3\CMS\Core\Error\Http\AbstractServerErrorException TYPO3\CMS\Core\Error\Http\StatusException TYPO3\CMS\Core\Error\Exception TYPO3\CMS\Core\Exception

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Core\Error\Http\ServiceUnavailableException
 __construct ($message=NULL, $code=0)
 
- Public Member Functions inherited from TYPO3\CMS\Core\Error\Http\StatusException
 __construct ($statusHeaders, $message, $title='', $code=0)
 
 setTitle ($title)
 
 getTitle ()
 
 getStatusHeaders ()
 
- Protected Attributes inherited from TYPO3\CMS\Core\Error\Http\ServiceUnavailableException
 $statusHeaders = array(\TYPO3\CMS\Core\Utility\HttpUtility::HTTP_STATUS_503)
 
 $title = 'Service Unavailable (503)'
 
 $message = 'This page is currently not available.'
 
- Protected Attributes inherited from TYPO3\CMS\Core\Error\Http\StatusException
 $statusHeaders
 
 $title = 'Oops, an error occurred!'
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 1047 of file LegacyClassesForIde.php.