net.sf.sapjcosupport
Class ReflectionFieldIterator.IllegalAccessRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.springframework.core.NestedRuntimeException
                  extended bynet.sf.sapjcosupport.ReflectionFieldIterator.RuntimeWrapperException
                      extended bynet.sf.sapjcosupport.ReflectionFieldIterator.IllegalAccessRuntimeException
All Implemented Interfaces:
Serializable
Enclosing class:
ReflectionFieldIterator

public class ReflectionFieldIterator.IllegalAccessRuntimeException
extends ReflectionFieldIterator.RuntimeWrapperException

RuntimeException wrapper for IllegalAccessException.

See Also:
Serialized Form

Constructor Summary
ReflectionFieldIterator.IllegalAccessRuntimeException(IllegalAccessException exception)
          Constructor.
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getCause, getMessage, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReflectionFieldIterator.IllegalAccessRuntimeException

public ReflectionFieldIterator.IllegalAccessRuntimeException(IllegalAccessException exception)
Constructor.

This method simply calls its parent with an IllegalAccessException instance and an appropriate message.

Parameters:
exception - IllegalAccessException to wrap


Copyright © 2006 null. All Rights Reserved.