org.mockejb
Class MethodNotImplementedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.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)
           
 
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)