org.apache.tiles.reflect
Class CannotAccessMethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tiles.TilesException
                  extended by org.apache.tiles.reflect.CannotAccessMethodException
All Implemented Interfaces:
java.io.Serializable

public class CannotAccessMethodException
extends TilesException

Indicates that a method cannot be accessed.

Since:
2.1.0
Version:
$Rev: 709153 $ $Date: 2008-10-30 13:54:10 +0100 (gio, 30 ott 2008) $
See Also:
Serialized Form

Constructor Summary
CannotAccessMethodException()
          Constructor.
CannotAccessMethodException(java.lang.Exception e)
          Constructor.
CannotAccessMethodException(java.lang.String message)
          Constructor.
CannotAccessMethodException(java.lang.String message, java.lang.Exception e)
          Constructor.
 
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

CannotAccessMethodException

public CannotAccessMethodException()
Constructor.

Since:
2.1.0

CannotAccessMethodException

public CannotAccessMethodException(java.lang.String message)
Constructor.

Parameters:
message - The detail message.
Since:
2.1.0

CannotAccessMethodException

public CannotAccessMethodException(java.lang.Exception e)
Constructor.

Parameters:
e - The exception to be wrapped.
Since:
2.1.0

CannotAccessMethodException

public CannotAccessMethodException(java.lang.String message,
                                   java.lang.Exception e)
Constructor.

Parameters:
message - The detail message.
e - The exception to be wrapped.
Since:
2.1.0