org.mockejb
Class MethodNotImplementedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mockejb.MethodNotImplementedException
All Implemented Interfaces:
java.io.Serializable

public class MethodNotImplementedException
extends java.lang.RuntimeException

Indicates that the method defined by one of the standard interfaces is not implemented by the framework. MockEJB currently does not implement a number of Context and EJBObject methods.

See Also:
Serialized Form

Constructor Summary
MethodNotImplementedException(java.lang.String methodName, java.lang.String className)
           
 
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

MethodNotImplementedException

public MethodNotImplementedException(java.lang.String methodName,
                                     java.lang.String className)