fr.paris.lutece.plugins.jcr.util
Class JcrException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.paris.lutece.plugins.jcr.util.JcrException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- JcrExistingRepositoryException, JcrExistingViews, JcrIOException, JcrNodeLockedException, JcrPathNotFoundException, JcrRepositoryException, JcrUserAccessDeniedException
public abstract class JcrException
- extends RuntimeException
Customized exceptions for managing JSR170 exceptions
Error codes are :
- PATH_NOT_FOUND_EXCEPTION
- REPOSITORY_EXCEPTION
- IO_EXCEPTION
- NODE_LOCKED
- See Also:
- Serialized Form
JcrException
protected JcrException()
JcrException
public JcrException(javax.jcr.RepositoryException e)
- Parameters:
e
- the RepositoryExceptionnCode
- the code
JcrException
public JcrException(Object o)
- Parameters:
e
- the RepositoryExceptionnCode
- the code
setNode
public void setNode(javax.jcr.Node node)
setObjectCause
public void setObjectCause(Object o)
getObjectCause
public Object getObjectCause()
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in class Throwable
Copyright © 2014 Mairie de Paris. All Rights Reserved.