com.sun.mdm.index.matching
Class MatchingException

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.matching.MatchingException
All Implemented Interfaces:
java.io.Serializable

public class MatchingException
extends ProcessingException

An exception occurred during the matching process

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
MatchingException()
          Creates new MatchingException without detail message.
MatchingException(java.lang.String msg)
          Constructs an MatchingException with the specified detail message.
MatchingException(java.lang.String msg, java.lang.Throwable cause)
          Constructs an MatchingException with the specified detail message and cause.
MatchingException(java.lang.Throwable cause)
          Constructs an MatchingException with the specified cause.
 
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

MatchingException

public MatchingException()
Creates new MatchingException without detail message.


MatchingException

public MatchingException(java.lang.String msg)
Constructs an MatchingException with the specified detail message.

Parameters:
msg - the detail message.

MatchingException

public MatchingException(java.lang.String msg,
                         java.lang.Throwable cause)
Constructs an MatchingException with the specified detail message and cause.

Parameters:
msg - the detail message.
cause - the linked cause.

MatchingException

public MatchingException(java.lang.Throwable cause)
Constructs an MatchingException with the specified cause.

Parameters:
cause - the linked cause.


Sun Microsystems, Inc.