public class ServiceProxyDestroyedException extends ServiceException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ServiceProxyDestroyedException()
Constructs a new
ServiceProxyDestroyedException instance. |
ServiceProxyDestroyedException(java.lang.String message)
Constructs a new
ServiceProxyDestroyedException instance. |
ServiceProxyDestroyedException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new
ServiceProxyDestroyedException instance. |
ServiceProxyDestroyedException(java.lang.Throwable cause)
Constructs a new
ServiceProxyDestroyedException instance. |
private static final long serialVersionUID
public ServiceProxyDestroyedException()
ServiceProxyDestroyedException instance.public ServiceProxyDestroyedException(java.lang.String message,
java.lang.Throwable cause)
ServiceProxyDestroyedException instance.message - cause - public ServiceProxyDestroyedException(java.lang.String message)
ServiceProxyDestroyedException instance.message - public ServiceProxyDestroyedException(java.lang.Throwable cause)
ServiceProxyDestroyedException instance.cause -