org.codehaus.activespace
Class SpaceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.activespace.SpaceException
All Implemented Interfaces:
Serializable

public class SpaceException
extends Exception

An exception that occurs when some Space operation fails

Version:
$Revision: 1.1.1.1 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
SpaceException(String message)
           
SpaceException(String message, Throwable cause)
           
SpaceException(Throwable cause)
           
 
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

SpaceException

public SpaceException(String message)

SpaceException

public SpaceException(String message,
                      Throwable cause)

SpaceException

public SpaceException(Throwable cause)


Copyright © 2004 Protique, Ltd.. All Rights Reserved.