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

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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exoplatform.services.jcr.ext.backup.BackupConfigurationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RepositoryRestoreExeption, WorkspaceRestoreException

public class BackupConfigurationException
extends Exception

Created by The eXo Platform SAS. Author : Peter Nedonosko peter.nedonosko@exoplatform.com.ua 06.12.2007

Version:
$Id: BackupConfigurationException.java 568 2008-01-09 16:48:40Z rainf0x $
Author:
Peter Nedonosko
See Also:
Serialized Form

Constructor Summary
BackupConfigurationException(String message)
          BackupConfigurationException constructor.
BackupConfigurationException(String message, Throwable e)
          BackupConfigurationException constructor.
BackupConfigurationException(Throwable e)
          BackupConfigurationException 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

BackupConfigurationException

public BackupConfigurationException(String message)
BackupConfigurationException constructor.

Parameters:
message - String, the exception message

BackupConfigurationException

public BackupConfigurationException(String message,
                                    Throwable e)
BackupConfigurationException constructor.

Parameters:
message - String, the exception message
e - Throwable, the cause exception

BackupConfigurationException

public BackupConfigurationException(Throwable e)
BackupConfigurationException constructor.

Parameters:
e - Throwable, the cause exception

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

Copyright © 2012 eXo Platform SAS. All Rights Reserved.