org.exoplatform.services.jcr.aws.storage.sdb
Class SDBStorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jcr.RepositoryException
org.exoplatform.services.jcr.aws.storage.sdb.SDBRepositoryException
org.exoplatform.services.jcr.aws.storage.sdb.SDBStorageException
- All Implemented Interfaces:
- java.io.Serializable
public class SDBStorageException
- extends SDBRepositoryException
Created by The eXo Platform SAS.
Date: 03.10.2008
- Version:
- $Id: SDBStorageException.java 35185 2009-08-07 14:15:56Z pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
- Serialized Form
| Fields inherited from class javax.jcr.RepositoryException |
rootCause |
|
Constructor Summary |
SDBStorageException(java.lang.String message)
SDBRepositoryException constructor. |
SDBStorageException(java.lang.String message,
com.amazonaws.sdb.AmazonSimpleDBException rootCause)
SDBRepositoryException constructor. |
| Methods inherited from class javax.jcr.RepositoryException |
getCause, getLocalizedMessage, 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 |
SDBStorageException
public SDBStorageException(java.lang.String message)
- SDBRepositoryException constructor.
- Parameters:
message - error description.
SDBStorageException
public SDBStorageException(java.lang.String message,
com.amazonaws.sdb.AmazonSimpleDBException rootCause)
- SDBRepositoryException constructor.
- Parameters:
message - error description.rootCause - AmazonSimpleDBException
getMessage
public java.lang.String getMessage()
-
- Overrides:
getMessage in class javax.jcr.RepositoryException
Copyright © 2012 eXo Platform SAS. All Rights Reserved.