Class ReplicationServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.service.cmr.replication.ReplicationServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DisabledReplicationJobException

public class ReplicationServiceException extends org.alfresco.error.AlfrescoRuntimeException
Replication Service Exception Class
Author:
Nick Burch
See Also:
  • Constructor Details

    • ReplicationServiceException

      public ReplicationServiceException(String message)
      Constructs a Replication Service Exception with the specified message.
      Parameters:
      message - the message string
    • ReplicationServiceException

      public ReplicationServiceException(String message, Throwable source)
      Constructs a Replication Service Exception with the specified message and source exception.
      Parameters:
      message - the message string
      source - the source exception