org.bsf.listOfValues.exceptions
Class NoSuchLovException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.bsf.listOfValues.exceptions.NoSuchLovException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchLovException
extends java.lang.Exception

Should be thrown when a LOV is requested but not found.

See Also:
LovServiceBean, Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
NoSuchLovException()
           
NoSuchLovException(java.lang.Long p_lovOID)
          Produces an exception with the message "No such LOV (X) has been found..."
NoSuchLovException(java.lang.String p_message)
           
 
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

NoSuchLovException

public NoSuchLovException()

NoSuchLovException

public NoSuchLovException(java.lang.String p_message)

NoSuchLovException

public NoSuchLovException(java.lang.Long p_lovOID)
Produces an exception with the message "No such LOV (X) has been found..." where X is the LOV oid.

Parameters:
p_lovOID - The oid of the missing LOV.