Class PersistHookNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PersistHookNotFoundException
    extends PersistHookException
    This exception is thrown when a bean with name or id matching hookName is not found
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PersistHookNotFoundException​(java.lang.String message, java.lang.String integrationKey)  
    • 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

      • PersistHookNotFoundException

        public PersistHookNotFoundException​(java.lang.String message,
                                            java.lang.String integrationKey)