public class ServiceExceptionEvent extends Object
| 构造器和说明 |
|---|
ServiceExceptionEvent(String service,
ServiceContext serviceContext,
Throwable throwable) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getService() |
ServiceContext |
getServiceContext() |
Throwable |
getThrowable() |
public ServiceExceptionEvent(String service, ServiceContext serviceContext, Throwable throwable)
public String getService()
public ServiceContext getServiceContext()
public Throwable getThrowable()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.