it.tidalwave.util
Class DuplicateException

Package class diagram package DuplicateException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.tidalwave.util.DuplicateException
All Implemented Interfaces:
Serializable

public class DuplicateException
extends Exception

Notifies that the current operation failed because it would create an illegal duplication (of objects, of ids, etc...)

Version:
$Id$
Author:
Fabrizio Giudici
See Also:
Serialized Form
Status: stable API

Constructor Summary
DuplicateException()
           
DuplicateException(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
 

Constructor Detail

DuplicateException

public DuplicateException()

DuplicateException

public DuplicateException(@Nonnull
                          String message)


Copyright © 2009-2011 Tidalwave s.a.s.. All Rights Reserved.