Class InvalidGroupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.jcs3.access.exception.CacheException
org.apache.commons.jcs3.access.exception.InvalidGroupException
- All Implemented Interfaces:
Serializable
InvalidGroupException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for the InvalidGroupException objectInvalidGroupException
(String message) Constructor for the InvalidGroupException object -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidGroupException
public InvalidGroupException()Constructor for the InvalidGroupException object -
InvalidGroupException
Constructor for the InvalidGroupException object- Parameters:
message
-
-