This is because some databases are configured to kill long idle connections and a network or database related exception may also kill a connection.
这是因为一些数据库被配置为会杀掉长时间空闲的连接,网络或数据库相关的异常也可能会杀死连接。
One exception is a very unusual, now shuttered gas station more akin to an airplane, or a space ship about to take off.
有一个例外是一家已经关闭的怪异加油站,像一架飞机,或者说像一架正准备起飞的太空飞船。
Process exception: This occurs when there is a problem with one of the components used by a process or service.
流程异常:如果流程或服务使用的某个组件出现问题,就会出现流程异常。
V8 will throw an exception if an error occurs - for example, when a script or function attempts to read a property that does not exist, or if a function is called that is not a function.
当错误发生时,v8会抛出一个异常。比如,当一个脚本或者函数试图去访问一个并不存在的属性,或者调用一个并不是函数的函数。
The client may experience a system exception during the invocation, or the service provider may experience a business or system exception while servicing the request.
在调用过程中,客户端可能遇到系统异常,或者在服务于请求时,服务提供程序可能遇到业务异常或系统异常。
If the result is an exception, it can be either a business exception or a system exception.
如果结果为异常,则它可以是业务异常或系统异常。
AOP lets you attach these aspects to POJOs, then specify a point in time (like the beginning of a method or exception generation) and another aspect to attach.
AOP使您可以将这些方面联系到POJO,然后指定一个时间点(如方法开始时或产生异常时)和另一个需要联系的方面。
This is different from a system exception, which represents a system level error like running out of memory or running past the end of an array.
这同系统异常不同,系统异常表示系统级别的错误,如耗尽内存或者数组越界。
It is up to the user of the POP3 client code to decide if an exception should be thrown in the warning event or a warning written into a log file or...
它从事于用户POP3客户端代码师傅一个异常应该被抛出还是写入一个日志文件等等。
The most common use of exception handling is breaking out of a function to raise an exception to a caller (which may be the caller or a caller higher up the stack).
异常处理的最常见用法是中断一个函数,将异常提交给调用程序(可能是该调用程序,或者是堆栈中上级调用程序)。
The exception to the urge to move appears to be in Asia, where only a tenth of respondents were keen on the idea, a lower rate than in richer Europe or the Americas.
亚洲的期望移民情况是个例外,只有十分之一的受访者表示会移民,比富裕的欧洲或美洲还要少。
While the TOEFL can be taken online or with a pencil and paper, the IELTS exam can only be completed on paper, with the exception of a small number of computer-based test centers.
托福可以机考和笔考,雅思只能笔考,只有例外的少数几个机考中心。
The receiver bean picks the message sent by the sender, invokes a business EJB and sends back a reply, containing either the returned value or the exception thrown by the method.
接收方bean接到发送方发出的消息、调用业务e JB并发回包含返回值或方法所抛出的异常的回复。
This is thrown when the run method is allocated a thread, but either the setup of context failed or the method exited by throwing a runtime exception.
这个异常是在将run方法分配给一个线程时抛出的,但这个异常或者是上下文设置失败,或者是通过抛出运行时异常退出方法。
Unlike an Exception, a Signal is typically expected to be thrown during normal Process execution and does not necessarily indicate that a problem or something unexpected has been encountered.
不同于Exception,Signal通常是在正常流程执行过程中引发的,不一定表示遇到了问题或某些意外情况。
A join point is "a well-defined point in the program flow." 3 There are many types of join points, such as a method call or a method return, which can be either a normal return or a thrown exception.
一个连接点是:一个在程序流程中定义明确的点。3连接点有很多类型,正如一个方法的调用或一个方法的返回,都可以是一个正常的返回或者抛出一个异常。
Adding a constructor or two for each exception class rarely takes more than a few minutes per exception.
对于一个异常,为每个异常类添加一个或两个构造器,所花费时间很少不超过几分钟。
If you attempt to assign an SDO of a different SDO type (another author, perhaps) or a primitive, SDO would throw an exception.
若试图指派一个不同sdo类型的SDO(比如说,另外一名作者)或原生数据类型,SDO将抛出异常。
When a timeout occurs during the processing of a service request or response message, it is considered an exception and some measure must be taken to deal with the exception.
在处理服务请求或相应消息的过程中出现超时的时候,超时将被视为异常,必须采取某些措施来处理异常。
WSCI can raise an exception based on a fault message from WSDL, a message content, or an event (for example, Timeout event).
WSCI能抛出一些异常,它们来自于WSDL、信息内容或事件(例如,超时事件)的错误信息。
A weaker dollar, or the mirror image of a stronger renminbi, would be no exception to that time-honored premise.
一个更加疲软的美元,或是一个更加强盛的人民币假象,无一例外只是一个虚假的繁荣。
What is the process for creating a service, designing a service, deploying a service, registering a service, configuring an integration, getting "help desk" support, or asking for a policy exception?
建立服务、设计服务、部署服务、注册服务、配置服务以及得到帮助支持或者说询问策略中的异常情况处理方式的过程分别是怎样的?
For example, if the user tries to configure a V5 node by creating a new instance of a configuration type, or by setting a new V6 configuration attribute, an exception will be raised.
例如,如果用户试图通过新建配置类型的实例或设置新的版本6的配置属性来配置版本5的节点时,会出现异常。
An exception may occur if a source — or a connector between the federation server and the source — has specific characteristics that cause response performance degradation when frequently accessed.
如果源——或联合服务器和源之间的连接器——具有特定特征,在访问频繁时会导致响应性能下降,则可能会出现异常。
I have found that being able to report these exceptions with a specific error code (instead of a generic exception or, even worse, no reported error) has saved me hours tracking bugs.
我发现,在跟踪错误时,用特定的错误码(而不是一般的异常或—甚至更糟—不报告错误)来报告这些异常节省了我数小时的时间。
When a DAO operation fails the SQLException or other persistence technology-specific exception should be translated to ensure that DAO interfaces do not provide a leaky abstraction
当DAO操作失败时,SQLException或者其他特殊持久化技术的异常应该被翻译,以确保DAO接口不会有漏掉的抽象。
It looks for cases where a code path will or could cause a null pointer exception, and it also looks for cases in which there is a redundant comparison to null.
它查找代码路径将会或者可能造成null指针异常的情况,它还查找对null的冗余比较的情况。
It looks for cases where a code path will or could cause a null pointer exception, and it also looks for cases in which there is a redundant comparison to null.
它查找代码路径将会或者可能造成null指针异常的情况,它还查找对null的冗余比较的情况。
应用推荐