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