org.exoplatform.services.jcr.ext.backup
Class WorkspaceRestoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.services.jcr.ext.backup.BackupConfigurationException
org.exoplatform.services.jcr.ext.backup.WorkspaceRestoreException
- All Implemented Interfaces:
- Serializable
public class WorkspaceRestoreException
- extends BackupConfigurationException
Created by The eXo Platform SAS.
Date: 2010
- Version:
- $Id$
- Author:
- Alex Reshetnyak
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WorkspaceRestoreException
public WorkspaceRestoreException(String message)
- WorkspaceRestoreException constructor.
- Parameters:
message - String, the exception message
WorkspaceRestoreException
public WorkspaceRestoreException(String message,
Throwable e)
- WorkspaceRestoreException constructor.
- Parameters:
message - String, the exception messagee - Throwable, the cause exception
Copyright © 2012 eXo Platform SAS. All Rights Reserved.