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.
Version:
1.0
Author:
Igor Goldenberg
See Also:
  • Constructor Details

    • 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)