org.servebox.toolbox.acl.exception
Class InvalidPolicyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.servebox.toolbox.acl.exception.InvalidPolicyException
All Implemented Interfaces:
Serializable

public class InvalidPolicyException
extends Exception

Exception thrown when the conflict resolving policy is set to an unrecognized value.

Author:
jfmathiot
See Also:
Serialized Form

Constructor Summary
InvalidPolicyException(String message)
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidPolicyException

public InvalidPolicyException(String message)


Copyright © 2010. All Rights Reserved.