net.sf.asyncobjects
Class InvalidMethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
InvalidMethodException(String message)
          A constructor from superclass
 
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

InvalidMethodException

public InvalidMethodException(String message)
A constructor from superclass

Parameters:
message - a message


Copyright © 2002-2007 Constantine Plotnikov. All Rights Reserved.