Uses of Class
dev.agenor.core.memory.MemoryException
Packages that use MemoryException
-
Uses of MemoryException in dev.agenor.core.memory
Methods in dev.agenor.core.memory that return MemoryExceptionModifier and TypeMethodDescriptionstatic MemoryExceptionMemoryException.accessDenied(String message) Creates an access denied error.static MemoryExceptionCreates a not found error.static MemoryExceptionMemoryException.quotaExceeded(String storeName, String message) Creates a quota exceeded error.static MemoryExceptionMemoryException.serializationError(String message, Throwable cause) Creates a serialization error.static MemoryExceptionMemoryException.storageError(String storeName, String message, Throwable cause) Creates a storage error (typically from database or file system).static MemoryExceptionMemoryException.validationError(String message) Creates a validation error for invalid input.