com.sun.mdm.index.idgen
Class SEQException

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

public class SEQException
extends ProcessingException

See Also:
Serialized Form

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

SEQException

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


SEQException

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

Parameters:
msg - the detail message.

SEQException

public SEQException(java.lang.Throwable t)
Constructs an instance of SEQException with the chain of errors.

Parameters:
t - Chained exception


Sun Microsystems, Inc.