fedora.server.errors
Class ReplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fedora.server.errors.ServerException
              extended by fedora.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 5162 2006-10-25 00:49:06Z eddie $
Author:
Paul Charlton
See Also:
Serialized Form

Constructor Summary
ReplicationException(java.lang.String msg)
          Creates a ReplicationException.
 
Method Summary
 
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.