net.sf.asyncobjects
Class InvalidMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.asyncobjects.InvalidMethodException
- All Implemented Interfaces:
- Serializable
public class InvalidMethodException
- extends RuntimeException
This exception is thrown from proxies on methods that are not valid
asynchronous methods or if implementation of this method is missed.
- Author:
- const
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidMethodException
public InvalidMethodException(String message)
- A constructor from superclass
- Parameters:
message
- a message
Copyright © 2002-2007 Constantine Plotnikov. All Rights Reserved.