Class AuthorizableTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.jcr.RepositoryException
-
- org.apache.jackrabbit.api.security.user.AuthorizableTypeException
-
- All Implemented Interfaces:
Serializable
@ProviderType public class AuthorizableTypeException extends RepositoryException
TheAuthorizableTypeException
signals anAuthorizable
type mismatch.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthorizableTypeException(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
-
AuthorizableTypeException
public AuthorizableTypeException(String msg)
-
-