Package com.hybris.datahub.core.rest
Class DataHubCommunicationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.hybris.datahub.core.rest.DataHubOutboundException
-
- com.hybris.datahub.core.rest.DataHubCommunicationException
-
- All Implemented Interfaces:
java.io.Serializable
public class DataHubCommunicationException extends DataHubOutboundException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataHubCommunicationException()DataHubCommunicationException(java.lang.String message)DataHubCommunicationException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Constructor Detail
-
DataHubCommunicationException
public DataHubCommunicationException()
-
DataHubCommunicationException
public DataHubCommunicationException(java.lang.String message)
-
DataHubCommunicationException
public DataHubCommunicationException(java.lang.String message, java.lang.Throwable cause)
-
-