Class PersistHookException

    • Constructor Summary

      Constructors 
      Constructor Description
      PersistHookException​(java.lang.String message, java.lang.String errorCode, java.lang.String integrationKey)  
      PersistHookException​(java.lang.String hookName, java.lang.String hookType, java.lang.String errorCode, java.lang.Throwable cause, java.lang.String integrationKey)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static java.lang.String deriveMessage​(java.lang.String hookName, java.lang.String hookType, java.lang.Throwable e)  
      • 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

      • PersistHookException

        public PersistHookException​(java.lang.String hookName,
                                    java.lang.String hookType,
                                    java.lang.String errorCode,
                                    java.lang.Throwable cause,
                                    java.lang.String integrationKey)
      • PersistHookException

        public PersistHookException​(java.lang.String message,
                                    java.lang.String errorCode,
                                    java.lang.String integrationKey)
    • Method Detail

      • deriveMessage

        protected static java.lang.String deriveMessage​(java.lang.String hookName,
                                                        java.lang.String hookType,
                                                        java.lang.Throwable e)