public class StorageInterceptorException
extends java.lang.RuntimeException
Constructor and Description |
---|
StorageInterceptorException(java.lang.String message)
This is thrown if when there issue finding a storage manager to use.
|
StorageInterceptorException(java.lang.String message,
java.lang.Throwable cause)
This is thrown if there is an issue calling storeAll after the intercepted method has been executed.
|
public StorageInterceptorException(java.lang.String message)
message
- The messagepublic StorageInterceptorException(java.lang.String message, java.lang.Throwable cause)
message
- The messagecause
- The underlying cause of the exception.