com.sun.mdm.index.codelookup
Class CodeLookupException

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

public class CodeLookupException
extends ProcessingException

Code lookup exception

See Also:
Serialized Form

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

CodeLookupException

public CodeLookupException()
Creates a new instance of CodeLookupException without detail message.


CodeLookupException

public CodeLookupException(java.lang.String msg)
Constructs an instance of CodeLookupException with the specified detail message.

Parameters:
msg - The detailed message.

CodeLookupException

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

Parameters:
msg - The detailed message.
t - Chained exception.

CodeLookupException

public CodeLookupException(java.lang.Throwable t)
Constructor

Parameters:
t - Chained exception.


Sun Microsystems, Inc.