com.unica.publicapi.plan.api
Class ItemNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.unica.publicapi.plan.api.ItemNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ItemNotFoundException
extends java.lang.Exception

The desired item is not found

Since:
Plan 7.4
Version:
Jun 18, 2007
Author:
Jeff Lin
See Also:
Serialized Form

Constructor Summary
ItemNotFoundException()
           
ItemNotFoundException(java.lang.String message)
           
ItemNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
ItemNotFoundException(java.lang.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

ItemNotFoundException

public ItemNotFoundException()

ItemNotFoundException

public ItemNotFoundException(java.lang.String message)
Parameters:
message -

ItemNotFoundException

public ItemNotFoundException(java.lang.Throwable cause)
Parameters:
cause -

ItemNotFoundException

public ItemNotFoundException(java.lang.String message,
                             java.lang.Throwable cause)
Parameters:
message -
cause -