edu.jhu.oose.collegechef.exceptions
Class ChefNotPresentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.jhu.oose.collegechef.exceptions.ChefNotPresentException
All Implemented Interfaces:
java.io.Serializable

public class ChefNotPresentException
extends java.lang.Exception

Exception generated when a user tries to access a chef by an id / credentials not associated with a chef

See Also:
Serialized Form

Constructor Summary
ChefNotPresentException()
          Creates an instance of this exception
ChefNotPresentException(java.lang.String msg)
          Creates an instance of this exception with the given msg
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChefNotPresentException

public ChefNotPresentException()
Creates an instance of this exception


ChefNotPresentException

public ChefNotPresentException(java.lang.String msg)
Creates an instance of this exception with the given msg

Parameters:
msg - the message for this exception