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, String msg)
           
UnableToProxyException(Class<?> clazz, Throwable e)
           
UnableToProxyException(Object proxy, String msg)
           
UnableToProxyException(String className, String message)
           
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,
                              Throwable e)

UnableToProxyException

public UnableToProxyException(String className,
                              Throwable e)

UnableToProxyException

public UnableToProxyException(String className,
                              String message)

UnableToProxyException

public UnableToProxyException(Object proxy,
                              String msg)

UnableToProxyException

public UnableToProxyException(Class<?> clazz,
                              String msg)
Method Detail

getClassName

public String getClassName()


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