eXo JCR :: Component :: Extension Service 1.15.1-CP01

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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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:
Serialized Form

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

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

eXo JCR :: Component :: Extension Service 1.15.1-CP01

Copyright © 2013 eXo Platform SAS. All Rights Reserved.