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:
Serializable

public class InternalProcessingException extends OData2ServicesException
Exception to throw for Internal processing Exceptions. Will result in HttpStatus 500
See Also:
  • Constructor Details

    • InternalProcessingException

      public InternalProcessingException(String message)
      Constructor to create InternalProcessingException
      Parameters:
      message - error message
    • InternalProcessingException

      public InternalProcessingException(Throwable e)
      Constructor to create InternalProcessingException
      Parameters:
      e - exception that was thrown