Class BackupNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.exoplatform.services.jcr.ext.backup.server.BackupNotFoundException
-
- All Implemented Interfaces:
Serializable
public class BackupNotFoundException extends Exception
Created by The eXo Platform SAS.
Date: 10.04.2009- Version:
- $Id: BackupNotFoundException.java 111 2008-11-11 11:11:11Z rainf0x $
- Author:
- Alex Reshetnyak
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BackupNotFoundException(String message)BackupNotFoundException 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
-
BackupNotFoundException
public BackupNotFoundException(String message)
BackupNotFoundException constructor.- Parameters:
message- String, the exception message
-
-