org.kuali.kfs.pdp.service.impl.exception
Class NoBankForCustomerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kuali.kfs.pdp.service.impl.exception.NoBankForCustomerException
All Implemented Interfaces:
Serializable

public class NoBankForCustomerException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
NoBankForCustomerException()
           
NoBankForCustomerException(String arg0, String cp)
           
 
Method Summary
 String getCustomerProfile()
           
 void setCustomerProfile(String customerProfile)
           
 
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

NoBankForCustomerException

public NoBankForCustomerException()

NoBankForCustomerException

public NoBankForCustomerException(String arg0,
                                  String cp)
Parameters:
arg0 -
Method Detail

getCustomerProfile

public String getCustomerProfile()

setCustomerProfile

public void setCustomerProfile(String customerProfile)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.