com.lexicalscope.fluentreflection
Class IllegalAccessRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.lexicalscope.fluentreflection.ReflectionRuntimeException
                  extended by com.lexicalscope.fluentreflection.IllegalAccessRuntimeException
All Implemented Interfaces:
Serializable

public class IllegalAccessRuntimeException
extends ReflectionRuntimeException

See Also:
Serialized Form

Constructor Summary
IllegalAccessRuntimeException()
           
IllegalAccessRuntimeException(IllegalAccessException e, Member member)
           
IllegalAccessRuntimeException(String message)
           
IllegalAccessRuntimeException(String message, Throwable cause)
           
IllegalAccessRuntimeException(Throwable cause)
           
 
Method Summary
 
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

IllegalAccessRuntimeException

public IllegalAccessRuntimeException()

IllegalAccessRuntimeException

public IllegalAccessRuntimeException(String message,
                                     Throwable cause)

IllegalAccessRuntimeException

public IllegalAccessRuntimeException(String message)

IllegalAccessRuntimeException

public IllegalAccessRuntimeException(Throwable cause)

IllegalAccessRuntimeException

public IllegalAccessRuntimeException(IllegalAccessException e,
                                     Member member)


Copyright © 2011-2012 lexicalscope. All Rights Reserved.