org.kuali.kfs.module.purap.exception
Class PurError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.kuali.kfs.module.purap.exception.PurError
All Implemented Interfaces:
Serializable

public class PurError
extends Error

Represents the error that is thrown when there is abnormal condition within Purchasing Accounts Payable module.

See Also:
Serialized Form

Constructor Summary
PurError()
           
PurError(String message)
           
PurError(String message, Throwable arg1)
           
PurError(Throwable arg0)
           
 
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

PurError

public PurError()

PurError

public PurError(String message)

PurError

public PurError(String message,
                Throwable arg1)

PurError

public PurError(Throwable arg0)


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