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
Created by The eXo Platform SAS.
Date: 2010
Date: 2010
- Version:
- $Id$
- Author:
- Alex Reshetnyak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkspaceRestoreException(String message) WorkspaceRestoreException constructor.WorkspaceRestoreException(String message, Throwable e) WorkspaceRestoreException constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WorkspaceRestoreException
WorkspaceRestoreException constructor.- Parameters:
message- String, the exception message
-
WorkspaceRestoreException
WorkspaceRestoreException constructor.- Parameters:
message- String, the exception messagee- Throwable, the cause exception
-