org.apache.portals.graffito.jcr.exception
Class RepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.portals.graffito.jcr.exception.NestableRuntimeException
                  extended by org.apache.portals.graffito.jcr.exception.RepositoryException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
VersionException

public class RepositoryException
extends NestableRuntimeException

Occurs when it is not possible to manage the JCR repository (register, login, ...)

Author:
Christophe Lombart, Alexandru Popescu
See Also:
Serialized Form

Constructor Summary
protected RepositoryException()
          No-arg constructor used by markup exceptions.
  RepositoryException(java.lang.String message)
          Constructor with message.
  RepositoryException(java.lang.String message, java.lang.Throwable nested)
          Constructor with message and throwable object.
  RepositoryException(java.lang.Throwable nested)
          Constructor with throwable object.
 
Method Summary
 
Methods inherited from class org.apache.portals.graffito.jcr.exception.NestableRuntimeException
getCause, getMessage, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryException

protected RepositoryException()
No-arg constructor used by markup exceptions.


RepositoryException

public RepositoryException(java.lang.String message)
Constructor with message.

Parameters:
message - the message associated to the exception

RepositoryException

public RepositoryException(java.lang.Throwable nested)
Constructor with throwable object.

Parameters:
nested - the associated throwable object

RepositoryException

public RepositoryException(java.lang.String message,
                           java.lang.Throwable nested)
Constructor with message and throwable object.

Parameters:
message - the message associated to the exception
nested - the associated throwable object


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.