|
|||||||||||
| 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
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,
java.lang.String operationName)
Created a KernelOperationTimoutException for the specified operation on the specified service. |
|
KernelOperationTimoutException(java.lang.String message,
ServiceName serviceName,
java.lang.String operationName)
Created a KernelOperationTimoutException using the specified custom message. |
|
| Method Summary | |
java.lang.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,
java.lang.String operationName)
serviceName - the name of the service for which the operation timed outoperationName - the name of the operation that timed out
public KernelOperationTimoutException(java.lang.String message,
ServiceName serviceName,
java.lang.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 out| Method Detail |
public ServiceName getServiceName()
public java.lang.String getOperationName()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||