Class DestroyedException

  • All Implemented Interfaces:
    Serializable

    public class DestroyedException
    extends GeneralException
    Used by caches, this is thrown if an attempt to write to the cache is made after the cache has had its destroy method invoked.

    Created by Jeff Gaynor
    on May 10, 2010 at 8:40:42 AM

    See Also:
    Serialized Form
    • Constructor Detail

      • DestroyedException

        public DestroyedException()
      • DestroyedException

        public DestroyedException​(String message)
      • DestroyedException

        public DestroyedException​(String message,
                                  Throwable cause)
      • DestroyedException

        public DestroyedException​(Throwable cause)