|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.jhu.oose.collegechef.exceptions.ChefNotPresentException
public class ChefNotPresentException
Exception generated when a user tries to access a chef by an id / credentials not associated with a chef
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 |
---|
public ChefNotPresentException()
public ChefNotPresentException(java.lang.String msg)
msg
- the message for this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |