Class CacheException

    • Constructor Detail

      • CacheException

        public CacheException​(LocalizableMessage errorMsg)
        Constructor.
        Parameters:
        errorMsg - error message for this exception.
        Since:
        MicroStrategy Web 8.0.0
      • CacheException

        public CacheException​(LocalizableMessage errorMsg,
                              java.lang.Throwable e)
        Constructor.
        Parameters:
        errorMsg - error message for this exception.
        e - embedded error for this exception.
        Since:
        MicroStrategy Web 8.0.0
      • CacheException

        @Deprecated
        public CacheException​(int code,
                              java.lang.Object[] params,
                              java.util.Locale locale)
        Deprecated.
        use other constructor instead
        Constructor.
        Parameters:
        code - error code for this exception.
        params - parameters required to generate the error message based on the error code.
        locale - default locale.
        Since:
        MicroStrategy Web 8.0.0
      • CacheException

        @Deprecated
        public CacheException​(int code,
                              java.lang.Object[] params,
                              java.lang.Throwable e,
                              java.util.Locale locale)
        Deprecated.
        use other constructor instead
        Constructor.
        Parameters:
        code - error code for this exception.
        params - parameters required to generate the error message based on the error code.
        locale - default locale.
        e - embedded error for this exception.
        Since:
        MicroStrategy Web 8.0.0
      • CacheException

        public CacheException()
      • CacheException

        public CacheException​(java.lang.String message)
      • CacheException

        public CacheException​(java.lang.Throwable e)
        Since:
        MicroStrategy Web 8.0.0
      • CacheException

        public CacheException​(java.lang.String message,
                              java.lang.Throwable e)
        Since:
        MicroStrategy Web 8.0.0