org.bsf.listOfValues.exceptions
Class NoSuchLovValueException

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

public class NoSuchLovValueException
extends java.lang.Exception

Should be thrown when a LovValue 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
NoSuchLovValueException()
           
NoSuchLovValueException(java.lang.Long p_lovOID, java.lang.Long p_lovValueOID)
          Produces an exception with the message "No such LovValue (X) in the LOV (Y)" where X is the oid of the requested LovValue and Y the oid of the LOV in which we search.
NoSuchLovValueException(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

NoSuchLovValueException

public NoSuchLovValueException()

NoSuchLovValueException

public NoSuchLovValueException(java.lang.String p_message)

NoSuchLovValueException

public NoSuchLovValueException(java.lang.Long p_lovOID,
                               java.lang.Long p_lovValueOID)
Produces an exception with the message "No such LovValue (X) in the LOV (Y)" where X is the oid of the requested LovValue and Y the oid of the LOV in which we search.

Parameters:
p_lovOID - The oid of the LOV in which we look for the LovValue.
p_lovValueOID - The oid of the missing LovValue.