com.j_spaces.core
Class SpaceSecurityException

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

public class SpaceSecurityException
extends SecurityException

A SpaceSecurityException is thrown if a security filter failes during init/add process or during process routine, it causes the operation to abort, or if init/add failed- abort space creation.

See Also:
Serialized Form

Constructor Summary
SpaceSecurityException()
           
SpaceSecurityException(String s)
           
SpaceSecurityException(String s, Throwable cause)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpaceSecurityException

public SpaceSecurityException()

SpaceSecurityException

public SpaceSecurityException(String s)

SpaceSecurityException

public SpaceSecurityException(String s,
                              Throwable cause)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable