Class CacheExistsException

  • All Implemented Interfaces:
    Serializable

    public class CacheExistsException
    extends javax.cache.CacheException
    Exception thrown when cache must be created but it already exists.
    See Also:
    Serialized Form
    • Constructor Detail

      • CacheExistsException

        public CacheExistsException​(String msg)
        Parameters:
        msg - Error message.
      • CacheExistsException

        public CacheExistsException​(Throwable cause)
        Parameters:
        cause - Error cause.
      • CacheExistsException

        public CacheExistsException​(String msg,
                                    @Nullable
                                    @Nullable Throwable cause)
        Parameters:
        msg - Error message.
        cause - Error cause.