com.sun.mdm.index.update
Class UpdateException

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

public class UpdateException
extends ProcessingException

Exception in udpating a EnterpriseObject

See Also:
Serialized Form

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

UpdateException

public UpdateException()
Creates new UpdateException


UpdateException

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

Parameters:
msg - the detailed message

UpdateException

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

Parameters:
msg - the detailed message
cause - the cause

UpdateException

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

Parameters:
cause - the cause


Sun Microsystems, Inc.