Package grails.util

Class CacheEntry.UpdateException

All Implemented Interfaces:
Serializable
Enclosing class:
CacheEntry<V>

public static final class CacheEntry.UpdateException extends RuntimeException
See Also:
  • Constructor Details

    • UpdateException

      public UpdateException(String message, Throwable cause)
    • UpdateException

      public UpdateException(Throwable cause)
  • Method Details

    • rethrowCause

      public void rethrowCause() throws Exception
      Throws:
      Exception
    • rethrowRuntimeException

      public void rethrowRuntimeException()