Class InternalProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
-
- de.hybris.platform.odata2services.odata.OData2ServicesException
-
- de.hybris.platform.odata2services.odata.persistence.InternalProcessingException
-
- All Implemented Interfaces:
java.io.Serializable
public class InternalProcessingException extends OData2ServicesException
Exception to throw for Internal processing Exceptions. Will result in HttpStatus 500- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalProcessingException(java.lang.String message)Constructor to create InternalProcessingExceptionInternalProcessingException(java.lang.Throwable e)Constructor to create InternalProcessingException
-
Method Summary
-
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
getCode, getHttpStatus, getLocale
-
-
-
-
Constructor Detail
-
InternalProcessingException
public InternalProcessingException(java.lang.String message)
Constructor to create InternalProcessingException- Parameters:
message- error message
-
InternalProcessingException
public InternalProcessingException(java.lang.Throwable e)
Constructor to create InternalProcessingException- Parameters:
e- exception that was thrown
-
-