Class ObjectRetrievalException

    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectRetrievalException​(java.lang.String msg)
      Create a new ObjectRetrievalException.
      ObjectRetrievalException​(java.lang.String msg, java.lang.Throwable cause)
      Create a new ObjectRetrievalException.
    • Method Summary

      • Methods inherited from class org.springframework.core.NestedRuntimeException

        contains, getMessage, getMostSpecificCause, getRootCause
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, 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

      • ObjectRetrievalException

        public ObjectRetrievalException​(java.lang.String msg)
        Create a new ObjectRetrievalException.
        Parameters:
        msg - the detail message
      • ObjectRetrievalException

        public ObjectRetrievalException​(java.lang.String msg,
                                        java.lang.Throwable cause)
        Create a new ObjectRetrievalException.
        Parameters:
        msg - the detail message
        cause - the root cause (if any)