Class UnknownClientErrorException
- 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.AbstractCisClientException
-
- com.hybris.cis.client.shared.exception.UnknownClientErrorException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnknownClientErrorException extends AbstractCisClientException
This Exception is to be used when an unexpected / unreadable exception from the client was thrown.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownClientErrorException(java.lang.Exception e)UnknownClientErrorException(java.lang.String e)
-
Method Summary
-
Methods inherited from class com.hybris.cis.client.shared.exception.AbstractCisServiceException
getErrorCodes, getServiceId, getVendorId, setService
-
-