All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class macondo.mistero.SpaceException

macondo.mistero.SpaceException

public class SpaceException
Thrown if an error occurs while performing an operation on a tuple space.


Constructor Index

 o SpaceException()
Builds a new SpaceException with no detail message.
 o SpaceException(String)
Builds a new SpaceException with the specified detail message.

Constructors

 o SpaceException
 public SpaceException()
Builds a new SpaceException with no detail message.

 o SpaceException
 public SpaceException(String msg)
Builds a new SpaceException with the specified detail message.

Parameters:
msg - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index