net.sourceforge.hivelock
Class SecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.hivemind.ApplicationRuntimeException
                  extended by net.sourceforge.hivelock.SecurityException
All Implemented Interfaces:
java.io.Serializable, org.apache.hivemind.Locatable

public class SecurityException
extends org.apache.hivemind.ApplicationRuntimeException

See Also:
Serialized Form

Constructor Summary
SecurityException(java.lang.String message)
           
SecurityException(java.lang.String message, java.lang.Object component, org.apache.hivemind.Location location, java.lang.Throwable rootCause)
           
SecurityException(java.lang.String message, java.lang.Throwable rootCause)
           
SecurityException(java.lang.Throwable rootCause)
           
 
Method Summary
 
Methods inherited from class org.apache.hivemind.ApplicationRuntimeException
getCause, getComponent, getLocation, getRootCause, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityException

public SecurityException(java.lang.Throwable rootCause)

SecurityException

public SecurityException(java.lang.String message)

SecurityException

public SecurityException(java.lang.String message,
                         java.lang.Throwable rootCause)

SecurityException

public SecurityException(java.lang.String message,
                         java.lang.Object component,
                         org.apache.hivemind.Location location,
                         java.lang.Throwable rootCause)