Fabric3 JDK Proxy Extension

org.fabric3.implementation.proxy.jdk
Class NoMethodForOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fabric3.host.Fabric3Exception
              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: 11083 $ $Date: 2012-06-21 10:38:50 +0000 (Thu, 21 Jun 2012) $
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.Fabric3Exception
getIdentifier, printStackTraceElements
 
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 Extension

Copyright © 2007-2012 Metaform Systems.