com.sun.mdm.index.objects
Class SystemObjectException

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.objects.SystemObjectException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AttributeMetaData.InvalidElementNameException

public class SystemObjectException
extends ProcessingException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
SystemObjectException()
           
SystemObjectException(java.lang.String msg)
           
 
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

SystemObjectException

public SystemObjectException()

SystemObjectException

public SystemObjectException(java.lang.String msg)
Parameters:
msg - message


Sun Microsystems, Inc.