eXo JCR :: Component :: Extension Service 1.15.0-CR2

org.exoplatform.services.jcr.ext.backup
Class BackupOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exoplatform.services.jcr.ext.backup.BackupOperationException
All Implemented Interfaces:
Serializable

public class BackupOperationException
extends Exception

Created by The eXo Platform SAS. Author : Peter Nedonosko peter.nedonosko@exoplatform.com.ua 06.12.2007

Version:
$Id: BackupOperationException.java 568 2008-01-09 16:48:40Z rainf0x $
Author:
Peter Nedonosko
See Also:
Serialized Form

Constructor Summary
BackupOperationException(String message)
          BackupOperationException constructor.
BackupOperationException(String message, Throwable e)
          BackupOperationException constructor.
BackupOperationException(Throwable e)
          BackupOperationException constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BackupOperationException

public BackupOperationException(String message)
BackupOperationException constructor.

Parameters:
message - String, the exception message

BackupOperationException

public BackupOperationException(String message,
                                Throwable e)
BackupOperationException constructor.

Parameters:
message - String, the exception message
e - Throwable, the cause exception

BackupOperationException

public BackupOperationException(Throwable e)
BackupOperationException constructor.

Parameters:
e - Throwable, the cause exception

eXo JCR :: Component :: Extension Service 1.15.0-CR2

Copyright © 2012 eXo Platform SAS. All Rights Reserved.