Class CacheException

  • All Implemented Interfaces:
    Serializable

    public class CacheException
    extends org.apache.shiro.ShiroException
    Root class of all Shiro exceptions related to caching operations.
    Since:
    0.2
    See Also:
    Serialized Form
    • Constructor Detail

      • CacheException

        public CacheException()
        Creates a new CacheException.
      • CacheException

        public CacheException​(String message)
        Creates a new CacheException.
        Parameters:
        message - the reason for the exception.
      • CacheException

        public CacheException​(Throwable cause)
        Creates a new CacheException.
        Parameters:
        cause - the underlying cause of the exception.
      • CacheException

        public CacheException​(String message,
                              Throwable cause)
        Creates a new CacheException.
        Parameters:
        message - the reason for the exception.
        cause - the underlying cause of the exception.