Class 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
    • Method Summary

      • Methods inherited from class org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException

        getCode, getHttpStatus, getLocale
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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