org.apache.aries.proxy
Class UnableToProxyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.aries.proxy.UnableToProxyException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FinalModifierException

public class UnableToProxyException
extends Exception

See Also:
Serialized Form

Constructor Summary
UnableToProxyException(Class<?> clazz)
           
UnableToProxyException(Class<?> clazz, Exception e)
           
UnableToProxyException(String className, Throwable e)
           
 
Method Summary
 String 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

UnableToProxyException

public UnableToProxyException(Class<?> clazz)

UnableToProxyException

public UnableToProxyException(Class<?> clazz,
                              Exception e)

UnableToProxyException

public UnableToProxyException(String className,
                              Throwable e)
Method Detail

getClassName

public String getClassName()


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