|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.jcs.access.exception.CacheException
org.apache.jcs.access.exception.InvalidArgumentException
public class InvalidArgumentException
InvalidArgumentException is thrown if an argument is passed to the cache that is invalid. For instance, null values passed to put result in this exception.
Constructor Summary | |
---|---|
InvalidArgumentException()
Constructor for the InvalidArgumentException object |
|
InvalidArgumentException(java.lang.String message)
Constructor for the InvalidArgumentException object. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvalidArgumentException()
public InvalidArgumentException(java.lang.String message)
message
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |