com.is.jrf
Class DuplicateRowException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.is.jrf.DomainException
                    |
                    +--com.is.jrf.DuplicateRowException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateRowException
extends DomainException

This exception is thrown during validation for columns defined as unique that are not unique.

See Also:
Serialized Form

Constructor Summary
DuplicateRowException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateRowException

public DuplicateRowException(java.lang.String msg)