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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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 messagee- Throwable, the cause exception
-
RestoreConfigurationException
public RestoreConfigurationException(Throwable e)
RestoreConfigurationException constructor.- Parameters:
e- Throwable, the cause exception
-
-