Class java.io.MethodMissingException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.io.MethodMissingException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----java.io.ObjectStreamException
                                   |
                                   +----java.io.MethodMissingException

public class MethodMissingException
extends ObjectStreamException

Constructor Index

 o MethodMissingException()
 o MethodMissingException(String)
Raised when the runtime detects that a required method is missing or that a method has been invoked improperly.

Constructors

 o MethodMissingException
  public MethodMissingException(String reason)
Raised when the runtime detects that a required method is missing or that a method has been invoked improperly.
 o MethodMissingException
  public MethodMissingException()

All Packages  Class Hierarchy  This Package  Previous  Next  Index