Class RestoreConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.services.jcr.ext.backup.RestoreConfigurationException
All Implemented Interfaces:
Serializable

public class RestoreConfigurationException extends Exception
Created by The eXo Platform SAS.
Date: 2010
Version:
$Id: RestoreConfigurationException.java 111 2010-11-11 11:11:11Z rainf0x $
Author:
Alex Reshetnyak
See Also:
  • Constructor Details

    • RestoreConfigurationException

      public RestoreConfigurationException(String message)
      RestoreConfigurationException constructor.
      Parameters:
      message - String, the exception message
    • RestoreConfigurationException

      public RestoreConfigurationException(String message, Throwable e)
      RestoreConfigurationException constructor.
      Parameters:
      message - String, the exception message
      e - Throwable, the cause exception
    • RestoreConfigurationException

      public RestoreConfigurationException(Throwable e)
      RestoreConfigurationException constructor.
      Parameters:
      e - Throwable, the cause exception