com.ail.core.product
Class UnknownProductException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ail.core.BaseException
              extended by com.ail.core.PreconditionException
                  extended by com.ail.core.product.UnknownProductException
All Implemented Interfaces:
java.io.Serializable

public class UnknownProductException
extends PreconditionException

Exception thrown when an attempt is made to access a product that is unknown to the product registry.

See Also:
Serialized Form

Constructor Summary
UnknownProductException(java.lang.String productName)
           
 
Method Summary
 
Methods inherited from class com.ail.core.BaseException
addError, getDescription, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownProductException

public UnknownProductException(java.lang.String productName)