com.sun.mdm.index.potdup
Class PotentialDuplicateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.mdm.index.master.EViewException
              extended bycom.sun.mdm.index.master.ProcessingException
                  extended bycom.sun.mdm.index.potdup.PotentialDuplicateException
All Implemented Interfaces:
java.io.Serializable

public class PotentialDuplicateException
extends ProcessingException

Potential duplicate manager exception

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
PotentialDuplicateException()
          Creates new ProcessException
PotentialDuplicateException(java.lang.String msg)
          Constructor
PotentialDuplicateException(java.lang.String msg, java.lang.Throwable t)
          Constructor
PotentialDuplicateException(java.lang.Throwable t)
          Constructor
 
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

PotentialDuplicateException

public PotentialDuplicateException()
Creates new ProcessException


PotentialDuplicateException

public PotentialDuplicateException(java.lang.String msg)
Constructor

Parameters:
msg - Error message

PotentialDuplicateException

public PotentialDuplicateException(java.lang.String msg,
                                   java.lang.Throwable t)
Constructor

Parameters:
msg - Error message
t - Chained exception

PotentialDuplicateException

public PotentialDuplicateException(java.lang.Throwable t)
Constructor

Parameters:
t - Chained exception


Sun Microsystems, Inc.