org.apache.mina.statemachine.transition
Class NoSuchMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.mina.statemachine.transition.NoSuchMethodException
- All Implemented Interfaces:
- Serializable
public class NoSuchMethodException
- extends RuntimeException
RuntimeException
equivalent of NoSuchMethodException
.
Thrown by the constructors in MethodTransition
if no method by
the specifed name can be found.
- Author:
- Apache MINA Project
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchMethodException
public NoSuchMethodException(String methodName)
- Creates a new instance using the specified method name as message.
- Parameters:
methodName
- the name of the method.
Copyright © 2004-2012 Apache MINA Project. All Rights Reserved.