com.j_spaces.core
Class CreateException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
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.
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
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)