Fabric3 JDK Proxy Service

org.fabric3.implementation.proxy.jdk
Class NoMethodForOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.fabric3.host.Fabric3RuntimeException
                  extended by org.fabric3.implementation.pojo.builder.ProxyCreationException
                      extended by org.fabric3.implementation.proxy.jdk.NoMethodForOperationException
All Implemented Interfaces:
Serializable

public class NoMethodForOperationException
extends org.fabric3.implementation.pojo.builder.ProxyCreationException

Thrown when an Operation cannot be mapped to a method on an interface

Version:
$Rev: 7907 $ $Date: 2009-11-23 16:45:42 +0100 (Mon, 23 Nov 2009) $
See Also:
Serialized Form

Constructor Summary
NoMethodForOperationException()
           
NoMethodForOperationException(String message)
           
NoMethodForOperationException(String message, Throwable cause)
           
NoMethodForOperationException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.fabric3.host.Fabric3RuntimeException
getIdentifier
 
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

NoMethodForOperationException

public NoMethodForOperationException()

NoMethodForOperationException

public NoMethodForOperationException(String message)

NoMethodForOperationException

public NoMethodForOperationException(String message,
                                     Throwable cause)

NoMethodForOperationException

public NoMethodForOperationException(Throwable cause)

Fabric3 JDK Proxy Service

Copyright © 2007-2010 Metaform Systems.