com.sun.mdm.index.report
Class ReportException

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

public class ReportException
extends ProcessingException

Report Exception

See Also:
Serialized Form

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

ReportException

public ReportException()

ReportException

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

Parameters:
msg - the detailed message

ReportException

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

Parameters:
msg - the detailed message
cause - the cause

ReportException

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

Parameters:
cause - the cause


Sun Microsystems, Inc.