All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class MyException.VolunteerSalaryException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----MyException.VolunteerSalaryException

public class VolunteerSalaryException
extends Exception
Description This exception is throwns when you want to Raise the Salary of
a volunteer

Version:
1.0
Author:
Vicky Shiv

Constructor Index

 o VolunteerSalaryException()
 o VolunteerSalaryException(String)

Constructors

 o VolunteerSalaryException
 public VolunteerSalaryException()
 o VolunteerSalaryException
 public VolunteerSalaryException(String msg)

All Packages  Class Hierarchy  This Package  Previous  Next  Index
1