org.kuali.ole.docstore.util
Class ItemExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.kuali.ole.docstore.util.ItemExistsException
All Implemented Interfaces:
Serializable

public class ItemExistsException
extends Exception

Created with IntelliJ IDEA. User: ND6967 Date: 2/5/13 Time: 6:11 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Constructor Summary
ItemExistsException()
           
ItemExistsException(String message)
           
ItemExistsException(String message, Throwable cause)
           
ItemExistsException(Throwable cause)
           
 
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

ItemExistsException

public ItemExistsException()

ItemExistsException

public ItemExistsException(String message)

ItemExistsException

public ItemExistsException(String message,
                           Throwable cause)

ItemExistsException

public ItemExistsException(Throwable cause)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.