org.exoplatform.services.jcr.ext.replication
Class ReplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exoplatform.services.jcr.ext.replication.ReplicationException
All Implemented Interfaces:
java.io.Serializable

public class ReplicationException
extends java.lang.Exception

Created by The eXo Platform SAS.

Version:
$Id: ReplicationException.java 35186 2009-08-07 14:23:43Z pnedonosko $
Author:
Alex Reshetnyak
See Also:
Serialized Form

Constructor Summary
ReplicationException(java.lang.String message)
          ReplicationException constructor.
ReplicationException(java.lang.String message, java.lang.Throwable e)
          ReplicationException constructor.
ReplicationException(java.lang.Throwable e)
          ReplicationException 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

ReplicationException

public ReplicationException(java.lang.String message)
ReplicationException constructor.

Parameters:
message - description of ReplicationException

ReplicationException

public ReplicationException(java.lang.String message,
                            java.lang.Throwable e)
ReplicationException constructor.

Parameters:
message - description of ReplicationException
e - the Throwable object

ReplicationException

public ReplicationException(java.lang.Throwable e)
ReplicationException constructor.

Parameters:
e - the Throwable object


Copyright © 2010 eXo Platform SAS. All Rights Reserved.