lithium\core\NetworkException

Extends RuntimeException
class

A NetworkException may be thrown whenever an unsuccessful attempt is made to connect to a remote service over the network. This may be a web service, a database, or another network resource.

Source

class NetworkException extends \RuntimeException {

	protected $code = 503;
}