org.tynamo.hibernate.validation
Class UniquenessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.tynamo.exception.PersistenceException
                  extended by org.tynamo.exception.ValidationException
                      extended by org.tynamo.hibernate.validation.UniquenessException
All Implemented Interfaces:
Serializable

public class UniquenessException
extends ValidationException

See Also:
Serialized Form

Field Summary
static String DEFAULT_MESSAGE
           
 
Constructor Summary
UniquenessException()
           
UniquenessException(String message)
           
UniquenessException(TynamoPropertyDescriptor descriptor)
           
UniquenessException(TynamoPropertyDescriptor descriptor, String message)
           
 
Method Summary
 
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
 

Field Detail

DEFAULT_MESSAGE

public static final String DEFAULT_MESSAGE
See Also:
Constant Field Values
Constructor Detail

UniquenessException

public UniquenessException()

UniquenessException

public UniquenessException(TynamoPropertyDescriptor descriptor,
                           String message)

UniquenessException

public UniquenessException(TynamoPropertyDescriptor descriptor)

UniquenessException

public UniquenessException(String message)


Copyright © 2004-2009. All Rights Reserved.