org.apache.aries.proxy.impl.gen
Class ProxyClassBytecodeGenerationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.aries.proxy.UnableToProxyException
              extended by org.apache.aries.proxy.impl.gen.ProxyClassBytecodeGenerationException
All Implemented Interfaces:
java.io.Serializable

public class ProxyClassBytecodeGenerationException
extends UnableToProxyException

See Also:
Serialized Form

Constructor Summary
ProxyClassBytecodeGenerationException(java.lang.String string, java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class org.apache.aries.proxy.UnableToProxyException
getClassName
 
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

ProxyClassBytecodeGenerationException

public ProxyClassBytecodeGenerationException(java.lang.String string,
                                             java.lang.Throwable throwable)


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.