Novell exteNd
Director 5.2 API

com.sssw.fw.exception
Class EboItemExistenceException

java.lang.Object
 |
 +--java.lang.Throwable
       |
       +--java.lang.Exception
             |
             +--com.sssw.fw.exception.EboException
                   |
                   +--com.sssw.fw.exception.EboApiException
                         |
                         +--com.sssw.fw.exception.EboItemExistenceException
All Implemented Interfaces:
EbiParentedException, Serializable

public class EboItemExistenceException
extends EboApiException

EboItemExistenceException is thrown by the framework API if it detects an item existence problem such as:

See Also:
Serialized Form

Constructor Summary
EboItemExistenceException()
           
 
Method Summary
 boolean itemExists()
          Determine if the item exists or not
 
Methods inherited from class com.sssw.fw.exception.EboException
copyTo, getHTML, getMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setHTML
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EboItemExistenceException

public EboItemExistenceException()
Method Detail

itemExists

public boolean itemExists()
Determine if the item exists or not
Returns:
true if the item already exists and therefore cannot be created; false if the item may not be used by the framework since it does not exist

Novell exteNd
Director 5.2 API