Class RestoreConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.services.jcr.ext.backup.RestoreConfigurationException
- All Implemented Interfaces:
Serializable
Created by The eXo Platform SAS.
Date: 2010
Date: 2010
- Version:
- $Id: RestoreConfigurationException.java 111 2010-11-11 11:11:11Z rainf0x $
- Author:
- Alex Reshetnyak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRestoreConfigurationException(String message) RestoreConfigurationException constructor.RestoreConfigurationException(String message, Throwable e) RestoreConfigurationException constructor.RestoreConfigurationException 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
-
RestoreConfigurationException
RestoreConfigurationException constructor.- Parameters:
message- String, the exception message
-
RestoreConfigurationException
RestoreConfigurationException constructor.- Parameters:
message- String, the exception messagee- Throwable, the cause exception
-
RestoreConfigurationException
RestoreConfigurationException constructor.- Parameters:
e- Throwable, the cause exception
-