Class StorageInterceptorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.microstream.interceptors.StorageInterceptorException
All Implemented Interfaces:
Serializable

public class StorageInterceptorException extends RuntimeException
Exception thrown when an error occurs during storage interceptor processing.
Since:
1.0.0
Author:
Tim Yates
See Also:
  • Constructor Details

    • StorageInterceptorException

      public StorageInterceptorException(String message)
      This is thrown if when there issue finding a storage manager to use.
      Parameters:
      message - The message
    • StorageInterceptorException

      public StorageInterceptorException(String message, Throwable cause)
      This is thrown if there is an issue calling storeAll after the intercepted method has been executed.
      Parameters:
      message - The message
      cause - The underlying cause of the exception.