Class RedisHelperException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.bugreaper.modules.redis.exceptions.RedisHelperException
- All Implemented Interfaces:
Serializable
Exceptions that can be thrown during Minio helper use
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRedisHelperException(String message) Constructs a new exception with the specified detail message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RedisHelperException
Constructs a new exception with the specified detail message- Parameters:
message- String with message
-