com.sun.mdm.index.survivor
Class HelperCreationException

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

public class HelperCreationException
extends ProcessingException

Helper creation exception

See Also:
Serialized Form

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

HelperCreationException

public HelperCreationException()
Creates new HelperCreationException without detail message.


HelperCreationException

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

Parameters:
msg - the detail message.

HelperCreationException

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

Parameters:
msg - the detailed message
cause - the cause

HelperCreationException

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

Parameters:
cause - the cause


Sun Microsystems, Inc.