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