jet.server.api.exception
Class InUseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjet.server.api.exception.InUseException
All Implemented Interfaces:
java.io.Serializable

public class InUseException
extends java.lang.Exception

Exception thrown when attempting to delete an object, such as a user or group, which is in use as part of the realm's security policy. For example, a user which is a member of some group, or is listed in an ACL, may not be deleted. Similarly, a group which is a mentioned in an ACL, or some other group, may not be deleted.

See Also:
Serialized Form

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

Constructor Detail

InUseException

public InUseException(java.lang.String info)