br.ufsc.das.general
Class DepSpaceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by br.ufsc.das.general.DepSpaceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DepSpaceOperationNotAllowed

public class DepSpaceException
extends java.lang.Exception

General exception to be thrown if abnormal tuple space conditions are reached

See Also:
Serialized Form

Constructor Summary
DepSpaceException(java.lang.String message)
          Creates a new instance of DepSpaceException
 
Method Summary
 boolean equals(java.lang.Object o)
           
 
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
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DepSpaceException

public DepSpaceException(java.lang.String message)
Creates a new instance of DepSpaceException

Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object