Class CatalogAwareObjectResolvingException

    • Constructor Summary

      Constructors 
      Constructor Description
      CatalogAwareObjectResolvingException​(java.lang.String message, java.lang.Throwable cause, java.lang.Object nonPersistedModel)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getNonPersistedModel()
      Returns a non persisted model that caused throwing of the exception.
      • 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

      • CatalogAwareObjectResolvingException

        public CatalogAwareObjectResolvingException​(java.lang.String message,
                                                    java.lang.Throwable cause,
                                                    java.lang.Object nonPersistedModel)
    • Method Detail

      • getNonPersistedModel

        public java.lang.Object getNonPersistedModel()
        Returns a non persisted model that caused throwing of the exception. User may want to save the model and retry.