Class ServiceTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.hybris.cis.client.shared.exception.AbstractCisServiceException
-
- com.hybris.cis.client.shared.exception.AbstractServiceErrorException
-
- com.hybris.cis.client.shared.exception.ServiceTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class ServiceTimeoutException extends AbstractServiceErrorException
Indicates that the call to an external service has timed out.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceTimeoutException(java.lang.String message)
ServiceTimeoutException(java.lang.Throwable cause)
ServiceTimeoutException(java.util.List<ServiceExceptionDetail> serviceExceptionDetail)
-
Method Summary
-
Methods inherited from class com.hybris.cis.client.shared.exception.AbstractCisServiceException
getErrorCodes, getServiceId, getVendorId, setService
-
-
-
-
Constructor Detail
-
ServiceTimeoutException
public ServiceTimeoutException(java.lang.String message)
-
ServiceTimeoutException
public ServiceTimeoutException(java.lang.Throwable cause)
-
ServiceTimeoutException
public ServiceTimeoutException(java.util.List<ServiceExceptionDetail> serviceExceptionDetail)
-
-