Uses of Class
edu.ucsb.nceas.metacat.shared.BaseException
Packages that use BaseException
-
Uses of BaseException in edu.ucsb.nceas.metacat.accesscontrol
Subclasses of BaseException in edu.ucsb.nceas.metacat.accesscontrolModifier and TypeClassDescriptionclassException thrown when an error occurs during access controlclassException thrown when an error occurs with a permission orderConstructors in edu.ucsb.nceas.metacat.accesscontrol with parameters of type BaseExceptionModifierConstructorDescriptionAccessControlException(String message, BaseException deeperException) PermOrderException(String message, BaseException deeperException)