CustomerNotFoundException Class

com.bea.commerce.ebusiness.customer
CustomerNotFoundException Class

public class CustomerNotFoundException

    extends EntityNotFoundException

Hierarchy
Object
  Throwable
    Exception
      ApplicationException
        EntityNotFoundException
          CustomerNotFoundException
All Implemented Interfaces

Serializable

Constructor Summary

CustomerNotFoundException(String message, Throwable cause)

CustomerNotFoundException(String message)

CustomerNotFoundException(Throwable cause)

 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

CustomerNotFoundException

public CustomerNotFoundException(String message, 
                                 Throwable cause)

CustomerNotFoundException

public CustomerNotFoundException(String message)

CustomerNotFoundException

public CustomerNotFoundException(Throwable cause)