com.threerings.jpkg
Class DuplicatePermissionsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.threerings.jpkg.DuplicatePermissionsException
- All Implemented Interfaces:
- Serializable
public class DuplicatePermissionsException
- extends Exception
Thrown when more than one PermissionsMap
entry maps to a path being added which would
result in unpredictable behavior.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicatePermissionsException
public DuplicatePermissionsException(String reason)
Copyright © 2007-2008 Three Rings Design, Inc.
All Rights Reserved. Released under a BSD license.