Class InternalServerErrorException
- 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.InternalServerErrorException
-
- All Implemented Interfaces:
java.io.Serializable
public class InternalServerErrorException extends AbstractCisClientException
Indicates that an internal error occured in CIS. This should never happen and if it does, a bug needs to be fixed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalServerErrorException(java.lang.Exception e)InternalServerErrorException(java.util.List<ServiceExceptionDetail> details)
-
Method Summary
-
Methods inherited from class com.hybris.cis.client.shared.exception.AbstractCisServiceException
getErrorCodes, getServiceId, getVendorId, setService
-
-
-
-
Constructor Detail
-
InternalServerErrorException
public InternalServerErrorException(java.lang.Exception e)
-
InternalServerErrorException
public InternalServerErrorException(java.util.List<ServiceExceptionDetail> details)
-
-