com.unica.publicapi.plan.api
Class ApprovalNotFoundException

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

public class ApprovalNotFoundException
extends java.lang.Exception

Since:
Plan 7.4
Version:
Apr 19, 2007
Author:
Jeff Lin
See Also:
Serialized Form

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

ApprovalNotFoundException

public ApprovalNotFoundException()

ApprovalNotFoundException

public ApprovalNotFoundException(java.lang.String message,
                                 java.lang.Throwable cause)

ApprovalNotFoundException

public ApprovalNotFoundException(java.lang.String message)

ApprovalNotFoundException

public ApprovalNotFoundException(java.lang.Throwable cause)