Class 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 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