com.intersys.objects
Class InvalidMethodException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.intersys.objects.CacheException
              extended bycom.intersys.objects.CacheMultiException
                  extended bycom.intersys.objects.InvalidClassException
                      extended bycom.intersys.objects.InvalidMethodException
All Implemented Interfaces:
Serializable

public class InvalidMethodException
extends InvalidClassException
implements Serializable

See Also:
Serialized Form

Constructor Summary
InvalidMethodException(Database db, String className, String methodName)
           
InvalidMethodException(Database db, String className, String methodName, String msg)
           
 
Method Summary
 String getMethodName()
           
 
Methods inherited from class com.intersys.objects.InvalidClassException
getCacheClass
 
Methods inherited from class com.intersys.objects.CacheMultiException
add, getMessage, printFullTrace
 
Methods inherited from class com.intersys.objects.CacheException
getCode, printFullTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidMethodException

public InvalidMethodException(Database db,
                              String className,
                              String methodName,
                              String msg)

InvalidMethodException

public InvalidMethodException(Database db,
                              String className,
                              String methodName)
Method Detail

getMethodName

public String getMethodName()