GigaSpaces XAP 9.1 API

com.j_spaces.core
Class CreateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.j_spaces.core.CreateException
All Implemented Interfaces:
Serializable

public class CreateException
extends Exception

A CreateException is thrown if an attempt to create a new space fails.

Version:
1.0
Author:
Igor Goldenberg
See Also:
Serialized Form

Constructor Summary
CreateException()
          Constructs a CreateException with null as its error detail message.
CreateException(String s)
          Constructs a CreateException with the specified detail message.
CreateException(String message, Throwable cause)
           
 
Method Summary
 
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

CreateException

public CreateException()
Constructs a CreateException with null as its error detail message.


CreateException

public CreateException(String s)
Constructs a CreateException with the specified detail message. The string s can be retrieved later by the Throwable.getMessage() method of class java.lang.Throwable.

Parameters:
s - the detail message.

CreateException

public CreateException(String message,
                       Throwable cause)

GigaSpaces XAP 9.1 API

Copyright © GigaSpaces.