Package com.j_spaces.core.exception
Class SpaceConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.j_spaces.core.exception.SpaceConfigurationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidServiceNameException
This exception is thrown in case of space configuration issues.
- Version:
- 4.5
- See Also:
-
Field Summary
Fields inherited from class java.rmi.RemoteException
detail -
Constructor Summary
ConstructorsConstructorDescriptionConstructs aSpaceConfigurationException.Constructs aSpaceConfigurationExceptionwith the specified detail message.SpaceConfigurationException(String str, Throwable cause) Constructs aSpaceConfigurationExceptionwith the specified detail message and cause. -
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
-
SpaceConfigurationException
public SpaceConfigurationException()Constructs aSpaceConfigurationException. -
SpaceConfigurationException
Constructs aSpaceConfigurationExceptionwith the specified detail message.- Parameters:
str- - the detail message
-
SpaceConfigurationException
Constructs aSpaceConfigurationExceptionwith the specified detail message and cause.- Parameters:
str- the detail messagecause- the cause
-