Class CacheLoadingException

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Generated serial UID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CacheLoadingException

        public CacheLoadingException()
        Constructor.
      • CacheLoadingException

        public CacheLoadingException​(@Nullable
                                     String message)
        Constructor.
        Parameters:
        message - exception message
      • CacheLoadingException

        public CacheLoadingException​(@Nullable
                                     Exception wrappedException)
        Constructor.
        Parameters:
        wrappedException - exception to be wrapped by this one
      • CacheLoadingException

        public CacheLoadingException​(@Nullable
                                     String message,
                                     @Nullable
                                     Exception wrappedException)
        Constructor.
        Parameters:
        message - exception message
        wrappedException - exception to be wrapped by this one