org.exoplatform.services.jcr.aws.storage.sdb
Class SDBRepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jcr.RepositoryException
              extended by org.exoplatform.services.jcr.aws.storage.sdb.SDBRepositoryException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SDBAttributeValueCorruptedException, SDBAttributeValueFormatException, SDBItemValueLengthExceeded, SDBStorageException

public class SDBRepositoryException
extends javax.jcr.RepositoryException

Created by The eXo Platform SAS.
Date: 03.10.2008

Version:
$Id: SDBRepositoryException.java 35185 2009-08-07 14:15:56Z pnedonosko $
Author:
Peter Nedonosko
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.jcr.RepositoryException
rootCause
 
Constructor Summary
SDBRepositoryException(java.lang.String message)
          SDBRepositoryException constructor.
SDBRepositoryException(java.lang.String message, java.lang.Throwable rootCause)
          SDBRepositoryException constructor.
 
Method Summary
 
Methods inherited from class javax.jcr.RepositoryException
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SDBRepositoryException

public SDBRepositoryException(java.lang.String message)
SDBRepositoryException constructor.

Parameters:
message - error description.

SDBRepositoryException

public SDBRepositoryException(java.lang.String message,
                              java.lang.Throwable rootCause)
SDBRepositoryException constructor.

Parameters:
message - error description.
rootCause - Throwable


Copyright © 2012 eXo Platform SAS. All Rights Reserved.