org.apache.mina.statemachine.transition
Class MethodInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.mina.statemachine.transition.MethodInvocationException
All Implemented Interfaces:
java.io.Serializable

public class MethodInvocationException
extends java.lang.RuntimeException

Thrown by MethodTransition if the target method couldn't be invoked or threw an exception.

Author:
Apache MINA Project
See Also:
Serialized Form

Constructor Summary
MethodInvocationException(java.lang.reflect.Method method, java.lang.Throwable cause)
          Creates a new instance for the specified Method and Throwable.
 
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

MethodInvocationException

public MethodInvocationException(java.lang.reflect.Method method,
                                 java.lang.Throwable cause)
Creates a new instance for the specified Method and Throwable.

Parameters:
method - the Method.
cause - the reason.


Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.