pl.edu.agh.cast.common
Class ReplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pl.edu.agh.cast.common.ReplicationException
All Implemented Interfaces:
Serializable

public class ReplicationException
extends Exception

Object replication related (runtime) exception.

Author:
AGH CAST Team
See Also:
Serialized Form

Constructor Summary
ReplicationException()
          Default constructor.
ReplicationException(String message)
          Constructor.
ReplicationException(String message, Throwable cause)
          Constructor.
ReplicationException(Throwable cause)
          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()
Default constructor.


ReplicationException

public ReplicationException(String message)
Constructor.

Parameters:
message - message

ReplicationException

public ReplicationException(Throwable cause)
Constructor.

Parameters:
cause - exception cause

ReplicationException

public ReplicationException(String message,
                            Throwable cause)
Constructor.

Parameters:
message - message
cause - exception cause


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.