Package com.j_spaces.core.exception
Class StatisticsNotAvailable
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.j_spaces.core.exception.StatisticsNotAvailable
- All Implemented Interfaces:
Serializable
This exception is thrown in case when space statistics are not available.
- Version:
- 4.1
- Author:
- Michael Konnikov
- See Also:
-
Field Summary
Fields inherited from class java.rmi.RemoteException
detail -
Constructor Summary
ConstructorsConstructorDescriptionConstructs aSpaceStoppedExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.rmi.RemoteException
getCause, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StatisticsNotAvailable
Constructs aSpaceStoppedExceptionwith the specified detail message.- Parameters:
s- - the detail message
-