fedora.server.errors
Class ReplicationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byfedora.server.errors.ServerException
              extended byfedora.server.errors.ReplicationException
All Implemented Interfaces:
java.io.Serializable

public class ReplicationException
extends ServerException

Title: ReplicationException.java

Description: Signals a problem during replication.

Version:
$Id: ReplicationException.java,v 1.8 2005/04/21 12:59:22 rlw Exp $
Author:
Paul Charlton
See Also:
Serialized Form

Constructor Summary
ReplicationException(java.lang.String msg)
          Creates a ReplicationException.
 
Methods inherited from class fedora.server.errors.ServerException
getCode, getDetails, getDetails, getMessage, getMessage, setWasServer, wasServer
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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 msg)
Creates a ReplicationException.

Parameters:
msg - Description of the exception.