eXo JCR :: Component :: Extension Service 1.16.0-CR2

org.exoplatform.services.jcr.ext.backup
Class WorkspaceRestoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exoplatform.services.jcr.ext.backup.BackupConfigurationException
              extended by 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

Constructor Summary
WorkspaceRestoreException(String message)
          WorkspaceRestoreException constructor.
WorkspaceRestoreException(String message, Throwable e)
          WorkspaceRestoreException constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 message
e - Throwable, the cause exception

eXo JCR :: Component :: Extension Service 1.16.0-CR2

Copyright © 2014 eXo Platform SAS. All Rights Reserved.