|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.xbean.kernel.KernelOperationTimoutException
public class KernelOperationTimoutException
Signifies that a kernel operation timed out before it could be completed. The kernel will always leave the system in a stable state before returning to the caller.
Constructor Summary | |
---|---|
KernelOperationTimoutException(ServiceName serviceName,
String operationName)
Created a KernelOperationTimoutException for the specified operation on the specified service. |
|
KernelOperationTimoutException(String message,
ServiceName serviceName,
String operationName)
Created a KernelOperationTimoutException using the specified custom message. |
Method Summary | |
---|---|
String |
getOperationName()
Gets the name of the operation that timed out. |
ServiceName |
getServiceName()
Gets the name of the service for which the operation timed out. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public KernelOperationTimoutException(ServiceName serviceName, String operationName)
serviceName
- the name of the service for which the operation timed outoperationName
- the name of the operation that timed outpublic KernelOperationTimoutException(String message, ServiceName serviceName, String operationName)
message
- a custom message for this exceptionserviceName
- the name of the service for which the operation timed outoperationName
- the name of the operation that timed outMethod Detail |
---|
public ServiceName getServiceName()
public String getOperationName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |