com.sun.mdm.index.objects.validation.exception
Class MinimumConstraintException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.mdm.index.master.EViewException
              extended bycom.sun.mdm.index.master.UserException
                  extended bycom.sun.mdm.index.objects.validation.exception.ValidationException
                      extended bycom.sun.mdm.index.objects.validation.exception.MinimumConstraintException
All Implemented Interfaces:
java.io.Serializable

public class MinimumConstraintException
extends ValidationException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
MinimumConstraintException()
          Creates a new instance of MinimumConstraintException without detail message.
MinimumConstraintException(java.lang.String fieldName)
          Constructs an instance of MinimumConstraintException with the specified detail message.
 
Methods inherited from class com.sun.mdm.index.objects.validation.exception.ValidationException
getFormat, getId, getSystemCode, getSystemDescription
 
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

MinimumConstraintException

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


MinimumConstraintException

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

Parameters:
fieldName - field name


Sun Microsystems, Inc.