net.sf.oxclient.factory
Class BeanAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.oxclient.GroupwareException
                  extended by net.sf.oxclient.factory.BeanException
                      extended by net.sf.oxclient.factory.BeanAccessException
All Implemented Interfaces:
Serializable

@Guarded
public class BeanAccessException
extends BeanException

Author:
Björn Voß
See Also:
Serialized Form

Constructor Summary
BeanAccessException(IllegalAccessException e, Class<?> beanClass)
           
 
Method Summary
 
Methods inherited from class net.sf.oxclient.factory.BeanException
getBeanClass
 
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

BeanAccessException

public BeanAccessException(@NotNull
                           IllegalAccessException e,
                           @NotNull
                           Class<?> beanClass)


Copyright © 2007. All Rights Reserved.