Class DestroyedFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.j_spaces.core.DestroyedFailedException
All Implemented Interfaces:
Serializable

public class DestroyedFailedException extends Exception
A DestroyedFailedException is thrown if an attempt to destroy an existing space fails.
Version:
1.0
Author:
Igor Goldenberg
See Also:
  • Constructor Details

    • DestroyedFailedException

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

      public DestroyedFailedException(String s)
      Constructs a DestroyedFailedException 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.
    • DestroyedFailedException

      public DestroyedFailedException(String message, Throwable cause)