de.janrufmonitor.repository
Class CallerNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.janrufmonitor.repository.CallerNotFoundException
- All Implemented Interfaces:
- Serializable
public class CallerNotFoundException
- extends Exception
This class can be used to inform the framework the a certain
caller object was not found in the persistency.
- Author:
- Thilo Brandt
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CallerNotFoundException
public CallerNotFoundException()
- Creates a new instance.
CallerNotFoundException
public CallerNotFoundException(String s)
- Creates a new instance with a message text.
- Parameters:
s - message used as exception message.
Copyright © 2010 by Thilo Brandt. All Rights Reserved.