Class AuthorizableExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.jcr.RepositoryException
-
- org.apache.jackrabbit.api.security.user.AuthorizableExistsException
-
- All Implemented Interfaces:
Serializable
@ProviderType public class AuthorizableExistsException extends RepositoryException
AuthorizableExistsException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthorizableExistsException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AuthorizableExistsException
public AuthorizableExistsException(String msg)
-
-